Skip to content

Oliboy50/coinche

Repository files navigation

coinche

Card game

CircleCI

User documentation

Install

Local

  1. cp docker-compose.local.yaml docker-compose.override.yaml
  2. Edit docker-compose.override.yaml file to setup your environment variables
  3. docker-compose up
  4. Go to http://localhost:3000

Developer documentation

NodeJS

# 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

License

GPLv3 - See LICENSE.md file.