git clone <repo>npm i- create .env file in project root directory based on .env.sample
- update values accordingly
- for the first time run
npm run build-assets npm start- go to host:port
(default is localhost:5000)
- host is your .env variable MOZAIC_DASHBOARD_HOST
- port is MOZAIC_DASHBOARD_PORT
- when making changes in code, run
npm run watchin separate terminal. But make sure you rannpm run build-assetsat least once earlier on.
This repository is based on mozaik demo V1 Link to related documentation