Create a .env file at ./packages/server/ with the following structure:
EXTENSIONS_SOURCE="http://localhost:3001/extensions.json"
EXTEND_HOST_URL="https://sandbox.auth0-extend.com"
EXTEND_CONTAINER="your-container"
EXTEND_TOKEN="your-token"
- Run
yarn install - Run
yarn start - Navigate to
http://localhost:3001/
