Skip to content

Commit 0ccb453

Browse files
authored
Merge pull request #51 from demokratie-live/readme_env
Included .env renaming in readme
2 parents 72bf305 + 1e0a4a3 commit 0ccb453

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ cd democracy-server
2828
yarn install
2929
```
3030

31+
Rename the ```.env.example``` file to ```.env``` (Windows: ```.env.```)
32+
3133
### Compile and start
3234
```
33-
yarn ~~start~~ dev
35+
yarn dev
3436
```
3537

3638
### Import Data from local Bundestag.io Server

0 commit comments

Comments
 (0)