Files
lettersoup-online/002_source
..
```
2025-05-12 13:10:19 +08:00
2025-05-12 11:33:13 +08:00
2025-05-11 07:59:35 +08:00
2025-05-11 07:59:35 +08:00
2025-05-11 07:59:35 +08:00
2025-05-11 07:59:35 +08:00
2025-05-11 07:59:35 +08:00
2025-05-11 07:59:35 +08:00

README

to start production

# start docker before hand
$ ./dc_build.sh

$ ./dc_up.sh

to start develop

#
$ ./dc_build.sh
$ ./dc_dev.sh
$ docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d pocketbase api_ts --remove-orphans
$ docker compose logs -f pocketbase api_ts

test api endpoint

# browse to http://localhost:3000/helloworld
# start docker before hand

$ cd 002_source
$ ./dev.sh

# docker containers up

deprecated

# mobile
$ cd 002_source/mobile
$ pnpm run dev

# cms
$ cd 002_source/cms
$ npm run dev

ideation prototyping testing production deployment evaluation monitoring

addresses

mobile:
http://localhost:5173

pocketbase:
http://localhost:8090/_

cms:
http://localhost:3000

documentation
http://localhost:3001

extend to vocabularies