Source code of tjo.space webpage
.gitea/workflows | ||
blog | ||
docs | ||
i18n/en | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
Dockerfile | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
tsconfig.json |
tjo.space
Development
$ npm install
$ npm start
Translation
- Generate default locale (english) text to be translated.
$ npm install
$ npm run write-translations
- You can now edit the
i18n/sl
translations. (todo: not sure how this works yet)