Source code of tjo.space webpage
Find a file
Tine Jozelj 28e60b3d29
Some checks failed
ci / docker (web) (push) Failing after 2m18s
ci / docker (api) (push) Successful in 2m27s
fix(api): prefix
2023-09-11 14:17:23 +02:00
.gitea/workflows feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
api fix(api): prefix 2023-09-11 14:17:23 +02:00
web fix: dont run tsc 2023-09-11 14:12:18 +02:00
README.md feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00

tjo.space

API

$ cd api
$ bun install
$ bun start

WEB

Development

$ cd web
$ bun install
$ bun start

Translation

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