Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 252 Bytes

Viz Starter

Set up

  • Check out the repository
  • Run npm install

Build the project

npm run build

Start the local server

npm start

Run watch for automatic updates during development

npm run watch

Deploy

npm run deploy