Experimenting Muze by building datastories
- Navigate to data story directory
- Install dependencies
npm install
oryarn
- Run
npm run start:dev
oryarn start:dev
for development mode(opens in port 8888) - Run
npm run build
to create a prod build (Creates a dist directory) - Serve the dist directory using a local server