- Clone the repo, run
npm cito install dependencies - Run
npm run buildto producedist/ - Run
npm testto execute tests - Add feature branches and open PRs against
main
Guidelines:
- Prefer small, well-typed modules
- Avoid
eval()unless marked as opt-in and sandboxed - Add tests for new features