Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dennzimm committed Nov 24, 2020
1 parent 13d837c commit 2c34f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Drawing App Client

---

## Prerequisite
Expand All @@ -7,6 +8,8 @@
- [Docker](https://www.docker.com/get-started)
- [make](https://www.gnu.org/software/make/)

- [drawing-app-server](https://github.com/dennzimm/drawing-app-server)

## Preparations

- **run** `make setup`
Expand All @@ -17,7 +20,6 @@
- **copy** `example.env` to `.env` (**project root**)
- **fill** the `.env` (project root) with your configuration or leave it as it is (_default configurations_)


## How to run this project (in production mode)

- **run** `make start` **or** `docker-compose -f docker-compose.prod.yml up -d --build`
Expand Down

0 comments on commit 2c34f06

Please sign in to comment.