Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 86b2883

Browse files
authored
Docs: add docs for .env file
1 parent b19e289 commit 86b2883

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ There are two options for installation:
111111
With Yarn installed globally, run
112112
`npm run setup:yarn`
113113

114+
4. **Create environment file**
115+
In order for the server and client to know which urls to connect to, we ask that you make a `.env` file. We've included a `.env.example` file that you can rename to get started with the default values.
116+
117+
`cp .env.example .env`
118+
114119
3. **Run development server**
115120

116121
`npm run start`

0 commit comments

Comments
 (0)