Source code of tjo.space webpage
Find a file
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
.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 chore: switch web back to node 2023-09-11 14:33:16 +02:00
README.md chore: switch web back to node 2023-09-11 14:33:16 +02:00

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)