Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 369 Bytes

HACKING.md

File metadata and controls

31 lines (20 loc) · 369 Bytes

Hacking

This explains how to develop locally, build the app & package the lib.

Development

Best way to develop is with vite hot-reloading:

npm run dev

Build microsite

Run the production build:

npm run build

Package the library

npm prepare # or npm pack to see the .tgz

or alternatively, publish it:

npm publish