Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 420 Bytes

Hono with OAuth 2.0( Arctic )

HTMX isn't essential here
you can use a separate JavaScript framework for the frontend

Get Started

cp .env.example .env

Setting github developer OAuth Apps

add homepage url http://localhost:3333
callback url http://localhost:3333/auth/callback

pnpm install
pnpm dev
http://localhost:3333