Files
lettersoup-online/002_source
louiscklaw c83e8c1b6e ```
refactor Student and UserMeta type definitions to deprecate obsolete fields, standardize structure, and update billing address format
```
2025-05-15 11:13:15 +08:00
..
```
2025-05-15 11:13:15 +08:00
```
2025-05-13 06:58:49 +08:00
```
2025-05-15 09:19:59 +08:00
```
2025-05-13 06:58:49 +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