a fork of https://github.com/gamejolt/gamejolt

Houkime ab674eeec4 no performance tracking on the main page 2 gadi atpakaļ
.circleci 4b2fe0419e really? 3 gadi atpakaļ
.vscode d718e75a5b Docker aware config to get SSL testing in dev (#843) 3 gadi atpakaļ
gulp 499b4c0b12 Fix watching client in dev (on host) (#878) 2 gadi atpakaļ
scripts 4c3e43d89b Monorepo (#312) 5 gadi atpakaļ
src ab674eeec4 no performance tracking on the main page 2 gadi atpakaļ
typings 499b4c0b12 Fix watching client in dev (on host) (#878) 2 gadi atpakaļ
.editorconfig f19919f38e Change editorconfig for markdown files to match what our autoformatter will do. 4 gadi atpakaļ
.eslintrc.js 9911ae3af1 Update eslint vue plugin and remove the vue3 rules since they don't apply to our version yet. 3 gadi atpakaļ
.gitignore 2fffa58b25 still have the empty certs dir 3 gadi atpakaļ
.gitmodules 703ecaad69 remove terms module and replace it with local files 2 gadi atpakaļ
.prettierrc aa68b249e8 Firebase / analytics / remote config (#813) 3 gadi atpakaļ
.tool-versions 6bda363fd3 Retry gjpush, do not attempt to resume any existing upload 3 gadi atpakaļ
LICENSE bc0c5d33ad Initial commit 8 gadi atpakaļ
README.md afab16204d Update readme 5 gadi atpakaļ
appveyor.yml f5e9ad1c38 Revert "Generate staging build" 3 gadi atpakaļ
gulpfile.js b5c91e8e8d ads cleanup 2 gadi atpakaļ
index.d.ts 6662978b51 Firebase performance monitoring in web. (#823) 3 gadi atpakaļ
package.json 9c99ebea3f broken: remove a bulk of analytics and realtime communication 2 gadi atpakaļ
postcss.config.js 020b0e8f66 format with prettier 7 gadi atpakaļ
tsconfig.json ca1fbe6038 Attempt to make the self updater a bit more resilient (#319) 5 gadi atpakaļ
yarn.lock b5c91e8e8d ads cleanup 2 gadi atpakaļ

README.md

Game Jolt

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

Translations are done by the community. If you want to participate, feel free to join at https://poeditor.com/join/project/B4nWT6EgnD.

Building

  • 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 Game Jolt running!