tjo.space/README.md
Tine Jozelj 41a87ebf16
Some checks failed
ci / docker (api) (push) Successful in 2m33s
ci / docker (web) (push) Failing after 2m45s
feat: restructure, use bun and add api
2023-09-11 14:02:23 +02:00

377 B

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)