Website is currently not live but can usually be found here
CustomConnections.io is an online game inspired by The New York Times's online Connections game, which in turn is based on the British TV show quiz 'Only Connect'. It was developed using the MERN stack supplemented with typescript and tailwind.
Clone the repository and install the dependencies:
git clone https://github.com/maxflowmincut/customconnections.io.git
cd customconnections.io
cd client
npm install
cd ../server
npm install
Then update server.js and set your environmental variables
Create a docker file to build the application with the environmental variables you have set
docker build -t username/tag .
docker run -e "DB_CLUSTER=?" -e "PORT=?" -e "DB_USERNAME=?" -e "DB_PASSWORD=?" -e "NODE_ENV=?" -e "LOGGING=?" -p port:port username/tag
And you're ready to go!
If you would like to help contribute please don't hesitate to open a pull request or issue.
Website icon made by ShareIcon.
This project is licensed under GPL-3.0 - see the LICENSE file for further details.