Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 373 Bytes

datastories

Experimenting Muze by building datastories

Getting started

  1. Navigate to data story directory
  2. Install dependencies npm install or yarn
  3. Run npm run start:dev or yarn start:dev for development mode(opens in port 8888)
  4. Run npm run build to create a prod build (Creates a dist directory)
  5. Serve the dist directory using a local server