Skip to content

Latest commit

Β 

History

History
39 lines (29 loc) Β· 1.26 KB

File metadata and controls

39 lines (29 loc) Β· 1.26 KB

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