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

Latest commit

 

History

History
16 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 345 Bytes

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.