- π¦ 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_ento run the English version (not translated yet), ornpm start_csto 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
