Card game
cp docker-compose.local.yaml docker-compose.override.yaml
- Edit
docker-compose.override.yaml
file to setup your environment variables docker-compose up
- Go to http://localhost:3000
# terminal 1
cd client
npm install
# terminal 2
cd server
npm install
npm run dev
# terminal 1
REACT_APP_API_BASE_URL=http://localhost:8000 npm run dev
GPLv3 - See LICENSE.md file.