A website that suggests online, multiplayer games to play
Available at https://games.joshheng.co.uk
New games should be added by filling in the Google Form at https://forms.gle/JKGwvPHrqtcUWRcn9
Contributions, including adding new games and refining descriptions, are welcome! Feel free to submit a PR or create an issue for someone else to do it.
The gradient should use colours from Chakra UI.
The following tags can be used:
- drawing
- words
- coop
- trivia
- action
- funny
- personal
npm install
npm run dev
This project can be deployed on Vercel, or manually:
npm install
npm run start
Building static HTML files:
npm install
npm run build