Skip to content

Commit

Permalink
.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 13, 2024
1 parent c6c6ede commit 848fc83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to facilitate the play and administration of [tabletop roleplaying games][]

## Installing

First, make a `src/.env` file from the provided `src/.env.example` file,
replacing the placeholder values with your own Discord client ID and Realm API
server address.

Then, build the static site:

```shell
npm login --scope @haliphax # password is your GitHub auth token
npm run build
Expand Down
2 changes: 2 additions & 0 deletions src/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_APP_CLIENT_ID=1234
VITE_APP_REALM_API=http://localhost:5173

0 comments on commit 848fc83

Please sign in to comment.