Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.
/ carnival Public archive

a website that showcases great games made by the community

License

Notifications You must be signed in to change notification settings

replit-discord/carnival

Repository files navigation

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

installation

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

# lerna bootstrap
yarn bootstrap

# runs `yarn dev` in for both `./client` and `./server` folders
yarn dev

# as an alternative to `yarn dev`, you can build and serve the frontend statically
# only do this if you are not yourself making code changes to the client and you
# want to save on system resources.
make setup-additional
cd server && yarn dev

license

licensed under gnu gpl v2; see details