Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 631 Bytes

README.MD

File metadata and controls

31 lines (21 loc) · 631 Bytes

nh3-lab

Homepage listing all the currently available experiences

Project setup

npm ci

Create a .env file at the root directory with:

API_URL='https://Your_CockpitCMS_URL/api'
API_ASSETS_URL='https://Your_CockpitCMS_URL/storage/uploads'
API_TOKEN='Your_token'

Compile for production

npm start

The files are rendered inside dist folder. French is used as default language under the root folder, others languages are available under subfolders.

SCSS Compilation

main.scss is compiled and rendered in dist/assets/style/main.css. Path configuration is in packages.json