Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ or possibly your `~/.bash_profile`.
## Setting Up The Application

Create a configuration file for your application:
On Mac or Linux distributions
```bash
cp .env.template .env
```

On windows use the command
```bash
xcopy .env.template .env
```
Edit `.env` with the configuration parameters we gathered from above.

Next, we need to install our dependencies from npm:
Expand Down