Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

distributeaid/auth0-webapp

Repository files navigation

auth0 demo webapp

Built with snowpack.

Configuration

Set up these environment variables:

export SNOWPACK_PUBLIC_AUTH0_DOMAIN=<your auth0 domain> # e.g. "distributeaid.eu.auth0.com"
export SNOWPACK_PUBLIC_AUTH0_CLIENT_ID=<client ID for this app>

Run

npm start

to start the development server.