Make sure you've installed the following:
- Node (Anything above v10 should do. Ensure npm is installed too)
- Docker (including docker-engine and docker-compose)
-
Clone the repo
-
Navigate into the "frontend" folder
cd frontend -
Rebuild the node modules
npm install -
Prepare the react app for deployment (You'll need to repeat this step before you run docker compose)
npm run build -
Back out to the parent folder
cd .. -
Spin up docker compose
docker-compose up