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 start:example: starts development http server at http://localhost:3000npm run test: run unit testsnpm run test:end-to-end: runs integration tests for examples
- Unit tests go inside test
- Integration tests go inside end-to-end
Run unit and integration tests before opening a PR:
npm run test
npm run test:end-to-endAlso include any information about essential manual tests.