Source code of tjo.space webpage
Find a file
Tine 50d5a9c70f
Some checks failed
ci / docker (push) Has been cancelled
chore: log
2024-04-20 20:30:14 +02:00
.gitea/workflows feat: remove api 2023-09-11 22:59:25 +02:00
server chore: log 2024-04-20 20:30:14 +02:00
web feat: replace nginx with deno 2024-04-20 20:18:38 +02:00
Dockerfile feat: replace nginx with deno 2024-04-20 20:18:38 +02:00
justfile feat: replace nginx with deno 2024-04-20 20:18:38 +02:00
README.md feat: remove api 2023-09-11 22:59:25 +02:00

tjo.space

Development

$ npm install
$ npm start

Translation

  1. Generate default locale (english) text to be translated.
$ npm install
$ npm run write-translations
  1. You can now edit the i18n/sl translations. (todo: not sure how this works yet)