/carnival

a place to play a variety of mini-games with other people.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

carnival

carnival is a website that showcases great games made by the community of repl.it. this implies categorization and search of these games, but we also wish to offer additional capabilities such as leaderboard systems, identity management, and / or multiplayer apis.

the project is in early development. if you have a suggestion, feel free to add one. or, chat about this project real-time on the repl.it discord server.

contributing

git clone https://github.com/repl-it-discord/carnival
cd carnival
yarn bootstrap

cd client
yarn serve
cd ..

cd server
yarn build && yarn serve
cd ..

if you are using vscode, ensure you have the editorconfig, prettier, eslint, and vetur extensions; we have project-specific .vscode settings