30 lines
377 B
Markdown
30 lines
377 B
Markdown
# [tjo.space](https://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
|
|
```
|
|
|
|
2. You can now edit the `i18n/sl` translations. (todo: not sure how this works yet)
|