Please read Auth0's contribution guidelines.
- Make sure you have node and npm installed
- Run
npm installto install dependencies - Follow the local development steps below to get started
npm install: install dependenciesnpm run test: run unit tests for all packagesnpm run build: compile all packagesnpm run clean: remove compiled artifacts for all packagesnpm run lint: run linter for all packagesnpm run docs: generate API docs
Every change should be accompanied by a test.
Run unit tests before opening a PR:
npm run testAlso include any information about essential manual tests.