Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 738 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 738 Bytes

Frontend build

Read the documentation.

Commands

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 assets to disk for production/CI
npm run watch watch and write assets to disk for production
npm t run tests