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

Commit

Permalink
Docs: add docs for .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCCollins authored Feb 6, 2017
1 parent b19e289 commit 86b2883
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ There are two options for installation:
With Yarn installed globally, run
`npm run setup:yarn`

4. **Create environment file**
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.

`cp .env.example .env`

3. **Run development server**

`npm run start`
Expand Down

0 comments on commit 86b2883

Please sign in to comment.