Skip to content

Commit 453a2fc

Browse files
committed
Update README
1 parent 105ef27 commit 453a2fc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple progressive web app to track sleep.
1010

1111
Secrets have to be set up before running the project.
1212

13-
Environment variables for `secret/.env` file:
13+
Environment variables for `.env` file:
1414

1515
1. `API_KEY` - API key that client will have to provide in order to be able to access the sleep tracker webpage
1616
1. `SPREADSHEET_ID` - Google Sheets spreadsheet ID, e.g. the ID for a spreadsheet with the link https://docs.google.com/spreadsheets/d/13Nig7emkfeSDraasAERmsc82k2i3y4Csdfcazj0kUPcUY/ would be `13Nig7emkfeSDraasAERmsc82k2i3y4Csdfcazj0kUPcUY`
@@ -29,16 +29,15 @@ This command can be used to generate the initial `secret/token.json` file:
2929
docker run -it --rm -v `pwd`/secret:/usr/src/sleep-tracker/secret -p 8002:8000 mpoc/sleep-tracker
3030
```
3131

32-
After running it, navigate to `http://localhost:8000/sleep?apiKey=<API_KEY>` to trigger the Google login.
32+
After running it, navigate to `http://localhost:8000/?apiKey=<API_KEY>` to trigger the Google login.
3333

3434
## How to run
3535

3636
### Running locally
3737

3838
```shell
39-
yarn install
40-
yarn compile
41-
yarn start
39+
bun install
40+
bun start
4241
```
4342

4443
### Running using Docker

0 commit comments

Comments
 (0)