NextCollect requires pnpm
(>3) and node
(>14).
pnpm install
- to install all dependenciespnpm dev
- starts demo application. Open https://localhost:3000/ in your browser.pnpm build
- builds demo application
pnpm canary:publish
creates a new canary release.pnpm release --version 0.2.1 --publish
creates a new stable release. Dry run withpnpm release --version 0.2.1
first!