tjo.space/README.md
Tine Jozelj 9a97100814
Some checks failed
ci / docker (push) Failing after 1m53s
docs: link
2023-09-10 20:26:12 +02:00

18 lines
299 B
Markdown

# [tjo.space](https://tjo.space)
### Development
```
$ npm install
$ npm start
```
### Translation
1. Generate default locale (english) text to be translated.
```
$ npm install
$ npm run write-translations
```
2. You can now edit the `i18n/sl` translations. (todo: not sure how this works yet)