tjo.space/README.md
Tine Jozelj 864a87f6f5
All checks were successful
ci / docker (api) (push) Successful in 2m16s
ci / docker (web) (push) Successful in 4m50s
chore: switch web back to node
2023-09-11 14:33:16 +02:00

377 B

tjo.space

API

$ cd api
$ bun install
$ bun start

WEB

Development

$ cd web
$ npm install
$ npm start

Translation

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