a fork of https://github.com/gamejolt/gamejolt
Houkime ab674eeec4 no performance tracking on the main page | před 3 roky | |
---|---|---|
.circleci | před 3 roky | |
.vscode | před 3 roky | |
gulp | před 3 roky | |
scripts | před 5 roky | |
src | před 3 roky | |
typings | před 3 roky | |
.editorconfig | před 4 roky | |
.eslintrc.js | před 3 roky | |
.gitignore | před 3 roky | |
.gitmodules | před 3 roky | |
.prettierrc | před 3 roky | |
.tool-versions | před 3 roky | |
LICENSE | před 8 roky | |
README.md | před 5 roky | |
appveyor.yml | před 3 roky | |
gulpfile.js | před 3 roky | |
index.d.ts | před 3 roky | |
package.json | před 3 roky | |
postcss.config.js | před 7 roky | |
tsconfig.json | před 5 roky | |
yarn.lock | před 3 roky |
This is the whole frontend for Game Jolt. It powers the site and the 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 https://poeditor.com/join/project/B4nWT6EgnD.
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 Game Jolt running!