Skip to content

Commit

Permalink
docs: add env variable info
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jul 4, 2024
1 parent 5ae4bc7 commit f77a1a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
URL=
SERVER_URL=
EVENTS_URL=
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ This is the frontend of the Banco tech stack which can be self-hosted.
1. `git clone` the repo
2. `cd` into the directory
3. install packages with `npm install` (using node `v20.11.1`)
4. `yarn dev` or `npm run dev`
5. app opens on `localhost:3000`
4. `cp .env.example .env.local` (and setup env variables)
5. `yarn dev` or `npm run dev`
6. app opens on `localhost:3000`

## Build for production

Expand Down

0 comments on commit f77a1a7

Please sign in to comment.