Skip to content

Commit

Permalink
Updates CONTRIBUTING.md for runing with Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza committed Nov 8, 2019
1 parent 760ed72 commit 3186e1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ An easier solution would be to use Docker.
1. Run `npm start` to start telescope.
*If you get a series of errors, you may have to start redis-server depending on your installation configuration, do this by running the command `redis-server` in a seperate command window).*

**OR Run With Docker**

docker-compose up --build

telescope should be running [here](http://localhost:3000)

## MVP Features
These features are the basic elements of what we are trying to accomplish, and are explained in further detail in [overview.md](https://github.com/Seneca-CDOT/telescope/blob/master/docs/overview.md#mvp-features):

Expand Down

0 comments on commit 3186e1e

Please sign in to comment.