To try it out, run:
git clone https://github.com/sapphi-red/daienjo-architecture.git
cd daienjo-architecture
pnpm i
# start the dev server
pnpm dev
# build for production
pnpm build
- Deploy
dist/client
anddist/origin-server
to a hosting service that supports Node.js server (e.g. Render)- Run
pnpm start
to start the origin server
- Run
- Deploy
dist/client
anddist/edge-server
to Cloudflare Workers- Run
pnpm wrangler deploy
to achieve this
- Run