Skip to content

jj-style/chain-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chain-react

chain-react is a web based trivia game for guessing a path between actors who have acted in common movies.

CI

Demo

You can access the site here https://chain-react.xzy.

Development

Requirements

Running the server

Running the frontend

  • Copy the .env.local.example to frontend and fill in the variables.
  • npm install && npm run start:local

Start other services

  • Copy the .env.example file to the docker folder
  • docker compose up -d
    • you may want to comment out proxy and backend services while developing locally