This is the whole frontend for Cinder Games. It powers the site and the (soon to come) client.
We wanted to make it open source so everyone can get visibility into what we are working on. Browse the code to see how Game Jolt is put together. Feel free to offer suggestions on how to do things better, as well as contributing your own code. I'll get a better guide on how to contribute soon.
Translations are done by the community. If you want to participate, feel free to join at (COMING SOON).
- Install NodeJS v6+
- Install Yarn
- Run in terminal:
git submodule init
git submodule update
yarn
yarn run dev
That should set up a tiny server that hosts the website for you on your computer at http://localhost:8080. Open that URL up in a web browser and you should have Cinder Games running!