Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 192 Bytes

DEVELOPERS.md

File metadata and controls

10 lines (7 loc) · 192 Bytes

Handy Developer Notes

Install Dependencies

npm install

Startup the local "server"

npm start

Build stuff, including the docs and dist artifacts

npm run build