Skip to content

Oliboy50/coinche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7eb1906 · Dec 7, 2024
Oct 6, 2024
Apr 2, 2021
Dec 7, 2024
Oct 9, 2024
Oct 6, 2024
Sep 19, 2019
May 27, 2019
Sep 19, 2019
Sep 19, 2019
Mar 24, 2020
Mar 22, 2020
Sep 19, 2019
Mar 22, 2020
Oct 31, 2020
Dec 29, 2022

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.