Source code of tjo.space webpage
Find a file
Tine e97a911fbe
All checks were successful
ci / docker (push) Successful in 4m21s
fix(cors): origin on all subdomains
2024-10-13 18:05:07 +02:00
.gitea/workflows feat: remove api 2023-09-11 22:59:25 +02:00
server fix(cors): origin on all subdomains 2024-10-13 18:05:07 +02:00
web feat: cors and more headers 2024-06-11 17:57:04 +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)