https://github.com/sor4chi/hono-ssg-sample
https://github.com/sor4chi/hono-ssg-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sor4chi/hono-ssg-sample
- Owner: sor4chi
- Created: 2024-02-02T09:33:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:44:58.000Z (about 1 year ago)
- Last Synced: 2025-02-06T05:44:15.766Z (3 months ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono Cloudflare Pages SSG
This is a simple static site generator (SSG) that uses Cloudflare Pages.
Build site using Node.js runtime and deploy it as a static site.## Usage
```bash
pnpm i
pnpm build
pnpm run deploy
```