w3cj / hono-open-api-starter

A starter template for building fully documented type-safe JSON APIs with Hono and Open API
https://www.youtube.com/watch?v=sNh9PoM9sUE
MIT License
328 stars 34 forks source link

Update README.md - put pnpm install before pnpm drizzle-kit #10

Closed brettimus closed 3 weeks ago

brettimus commented 3 weeks ago

Simple reordering of install steps in the README

pnpm drizzle-kit push will fail if you just ran degit to copy the repo, and you haven't yet installed deps


Thanks for making this starter!!

w3cj commented 3 weeks ago

Thanks!