cellajs / cella

TypeScript template to build local-first SaaS with hono + pg + drizzle + electric-sql + react + shadcn.
https://cellajs.com
MIT License
274 stars 28 forks source link

feat: added hono-rate-limiter #170

Closed MathurAditya724 closed 1 month ago

MathurAditya724 commented 3 months ago

This PR introduces the following changes -

flipvh commented 2 months ago

Hey @MathurAditya724 , thanks for looking into this! Let me know if I can help!

flipvh commented 2 months ago

The most recent version of cella should be more easy to get running on your local, as it is without electric-sql. They have come with an entirely new version, so we had to cut out that part and replace it with a conventional API. We will probably re-introduce electric-sql, but that is not important for this work.