377 B
377 B
tjo.space
API
$ cd api
$ bun install
$ bun start
WEB
Development
$ cd web
$ npm install
$ npm start
Translation
- Generate default locale (english) text to be translated.
$ cd web
$ npm install
$ npm run write-translations
- You can now edit the
i18n/sl
translations. (todo: not sure how this works yet)