Source code of tjo.space webpage
Find a file
Tine 204bc49b98
All checks were successful
ci / docker (push) Successful in 4m19s
fix: wrong rel
2024-04-20 20:43:14 +02:00
.gitea/workflows feat: remove api 2023-09-11 22:59:25 +02:00
server fix: wrong rel 2024-04-20 20:43: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)