Skip to content

maxflowmincut/customconnections.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomConnections.io

GitHub license GitHub issues GitHub forks GitHub stars

Website is currently not live but can usually be found here

Example image of site

About 📖

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.

Technologies used 🛠️

Getting Started 🚀

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!

Contributing 💡

If you would like to help contribute please don't hesitate to open a pull request or issue.

Credits ✨

Website icon made by ShareIcon.

License 📄

This project is licensed under GPL-3.0 - see the LICENSE file for further details.

About

An online game inspired by NYT's "Connections"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published