/gamejam-web

Web for GameJam FIT

Primary LanguageJavaScriptMIT LicenseMIT

GameJam FIT Web

GameJam FIT

Project Structure

project
│   │   docs                // markdown documents with instructions, tutorials, guides etc.
|   |   i18n                // translations
│   │   plugins             // some plugins
│   │   src                 // React sources with custom components and themes
│   │   static              // static files (slides and examples are downloaded into this folder) 
│
│   CHANGELOG.md            // changelog
│   package.json            // npm scripts and dependencies
│   README.md               // README file
│   tsconfig.json           // typescript config (only for pre-build)

How to build this project

  • clone it
  • install nodeJS, LTS version if possible
  • execute npm install
  • run npm start_en to run the English version (not translated yet), or npm start_cs to run the Czech version
  • navigate to localhost:3000

Changelog is available here

Deployment

  • the current EN version is not deployed yet
  • the current CZ version is deployed on gamejam.aphgames.cz