bulletin board system: a computer that is running software that allows users to leave messages and access information of general interest
pnpm i
pnpm push:db
# dev
pnpm dev --port 4002
# deploy (reverse proxy needed)
pnpm run build && HOST=127.0.0.1 PORT=4002 node build