Skip to content
Snippets Groups Projects
Commit 595d7b99 authored by Tobias Helmrich's avatar Tobias Helmrich
Browse files

chore: Update README with Docker project setup

parent 9ad101fa
Branches main
No related tags found
1 merge request!16chore: Update README with Docker project setup
......@@ -27,3 +27,18 @@
- Niklas Mäckle (nm067) (Backend)
- Moritz Parth (mp158) (Frontend)
- Christopher Spiegel (cs304) (Frontend)
## Project Setup
### Setup with [Docker](https://www.docker.com/get-started)
1. `git clone https://gitlab.mi.hdm-stuttgart.de/jh257/hae.wtf.git`
2. `cd hae.wtf`
3. `docker-compose up`
Now both the client and server containers should be running and you can start developing.
**Note:** For local development you must also run `yarn install` in both the `client` and `server` folders.
**Fixing issues with Docker:**
If you get errors about missing modules after adding a dependency try running `docker-compose down` **or** `docker-compose build` before running `docker-compose up`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment