Skip to content

Commit

Permalink
Merge pull request #74 from uchicago-dsi/dev
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
toddnief authored Sep 8, 2024
2 parents 4877d1c + 6b3a60a commit ee7c879
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ DATA_SOURCE=google
GOOGLE_APPLICATION_CREDENTIALS_BASE64=<base64-encoded-service-account.json>
```

#### Running the Server
Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### Deplying the Dashboard
The dashboard is deployed via Vercel and is hosted on CFTP's site in an iframe.

Expand Down

0 comments on commit ee7c879

Please sign in to comment.