Skip to content

Commit

Permalink
Update README with some more install instructions (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstockwin authored Oct 2, 2020
1 parent a44c2f5 commit 6300900
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ This app renders https://jazzband.co.

## Installation

Install Docker. Run `make build`. This will create a set of Docker
containers with all backends and dependencies.
Copy `.end-dist` to `.env`.

Install Docker, docker-compose and NPM.

Run `make build`. This will create a set of Docker containers with all backends
and dependencies.

## Running

Run `make run` to run the development server and worker.
Run `make run` to run the development server and worker. The website will be available
at localhost:5000.

## License

Expand Down

0 comments on commit 6300900

Please sign in to comment.