An open API service indexing awesome lists of open source software.

https://github.com/sor4chi/hono-ssg-sample


https://github.com/sor4chi/hono-ssg-sample

Last synced: about 1 month ago
JSON representation

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
```