This is the front-end application for the Deep Dark project. If you'd like to learn more about this project, head on over to the Deep Dark Design Docs repository where all of the concepts are laid out in full.
To run the application, simply clone it to your local host, set up the .env with your Okta Auth0 details:
- VITE_AUTH0_DOMAIN=
- VITE_AUTH0_CLIENT_ID=
- VITE_AUTH0_CALLBACK_URL=
These can be found in your Auth0 dashboard, under the application you are using for this project's deployment.
Once this is set up, you can run the application in development mode with:
npm run dev
This application forks the SPA application example from Okta.
It is based on Vue/Vite, and Okta's Auth0 login technology.