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