Skip to content

Commit 0d60e8d

Browse files
committed
docs: improve Readme
1 parent 4676fde commit 0d60e8d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
### Steps to run locally
1919

20+
0. Make sure to use Node v12+ by command `node -v`. We recommend using [NVM](https://github.com/nvm-sh/nvm) to quickly switch to the right version:
21+
22+
```bash
23+
nvm use
24+
```
25+
2026
1. 📦 Install npm dependencies
2127

2228
```bash
@@ -38,7 +44,7 @@
3844
INTERVIEW_INVITATION_SENDGRID_TEMPLATE_ID=
3945
INTERVIEW_INVITATION_SENDER_EMAIL=
4046
# Locally deployed services (via docker-compose)
41-
ES_HOST=dockerhost:9200
47+
ES_HOST=http://dockerhost:9200
4248
DATABASE_URL=postgres://postgres:postgres@dockerhost:5432/postgres
4349
BUSAPI_URL=http://dockerhost:8002/v5
4450
```

0 commit comments

Comments
 (0)