https://github.com/sapphi-red/daienjo-architecture
https://github.com/sapphi-red/daienjo-architecture
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sapphi-red/daienjo-architecture
- Owner: sapphi-red
- License: other
- Created: 2024-09-27T11:17:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T02:26:19.000Z (7 months ago)
- Last Synced: 2025-04-06T00:16:54.035Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://daienjo-architecture.sapphi.red
- Size: 143 KB
- Stars: 44
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daienjo architecture
To try it out, run:
```bash
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 notes
- Deploy `dist/client` and `dist/origin-server` to a hosting service that supports Node.js server (e.g. Render)
- Run `pnpm start` to start the origin server
- Deploy `dist/client` and `dist/edge-server` to Cloudflare Workers
- Run `pnpm wrangler deploy` to achieve this