- 📦 built on top of docusaurus library
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)
- clone it
- install nodeJS, LTS version if possible
- execute
npm install
- run
npm start_en
to run the English version (not translated yet), ornpm start_cs
to run the Czech version - navigate to
localhost:3000
Changelog is available here
- the current EN version is not deployed yet
- the current CZ version is deployed on gamejam.aphgames.cz