Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 486 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 486 Bytes

NextCollect Contributing Guide

Prerequisites

NextCollect requires pnpm (>3) and node (>14).

Commands

  • pnpm install - to install all dependencies
  • pnpm dev - starts demo application. Open https://localhost:3000/ in your browser.
  • pnpm build - builds demo application

Releasing

  • pnpm canary:publish creates a new canary release.
  • pnpm release --version 0.2.1 --publish creates a new stable release. Dry run with pnpm release --version 0.2.1 first!