Skip to content

Commit

Permalink
Adding the environment info (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
purejgleason authored Sep 28, 2022
1 parent 0ffa33a commit 9b03b1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ This is a simple Vite application with things like testing, proxying, etc workin

## Getting started

### Prereqs

1. Install dependencies with `npm i`
2. Ensure Docker desktop is installed
3. Make sure you have a cloud function running and `CLOUD_URL` environment variable pointing at this service.
1. This service should provide environment configuration in the form of a JSON object.

```
{
"auth0": {
"domain": "...",
"clientId": "...",
"audience": "...",
"defaultScope": "view:app"
}
}
```
## Run with Proxy
Expand Down

0 comments on commit 9b03b1f

Please sign in to comment.