Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 410 Bytes
Command Description
npm i install dependencies
npm start alias for npm run dev
npm run dev start dev server with live reloading
npm run build write static site to disk
npm run ci write static site to disk for production/CI
npm run watch-dev watch and write assets to disk in production
npm run storybook start Storybook
npm t run tests