Skip to content

Commit

Permalink
Update quickstart information
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Jul 18, 2018
1 parent 00b0233 commit a3f7c75
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@ bump other players and objects off to stay alive
## Getting Started
Play the latest version [here](http://bumper.ubclaunchpad.com)!

## Docker Quickstart
Install Docker and the Docker Compose toolset. Then run:

```bash
make docker-start
```

## Manual Quickstart
## Quickstart

Go and Node are required. To install the required dependencies:

```bash
$ make deps
```

Create a .env file with the following variables and place it in the project root:
```
NODE_ENV=$YOUR_VAR
SERVER_URL=$YOUR_VAR
DATABASE_URL=$YOUR_VAR
PORT=$YOUR_VAR
```

### Run the Server

```bash
Expand Down

0 comments on commit a3f7c75

Please sign in to comment.