Please read Auth0's contribution guidelines.
- Make sure you have node and pnpm installed
- Run
pnpm installto install dependencies - Follow the local development steps below to get started
pnpm install: install dependenciespnpm run build: Build the projectpnpm run build:watch: Watch for changes and rebuild the projectpnpm test:unit: Run the unit testspnpm run test:coverage: Run unit test coveragepnpm run test:e2e: Run the E2E tests and watch for changes (you will need to populate theTEST_USER_PASSWORDenv var)
pnpm run docs– Generates the API documentationnpx http-server docs– Serves the documentation locally