Source code of tjo.space webpage
Find a file
Tine 9ca1f99991
All checks were successful
ci / docker (push) Successful in 4m41s
fix: use post
2024-04-22 19:39:04 +02:00
.gitea/workflows feat: remove api 2023-09-11 22:59:25 +02:00
server fix: use post 2024-04-22 19:39:04 +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)