- Hono - An ultrafast, minimal Web Standards framework for edge and server.
- Vitest - Next Generation Testing Framework.
- Typescript - JavaScript with syntax for types.
- Prettier - An opinionated code formatter.
-
Fork the repository.
-
Install dependencies:
# Install pnpm globally if you don't have it:
npm install -g pnpm
# and install dependencies:
pnpm install-
Fill out
.dev.varsfile with your own values. Use.dev.vars.exampleas a reference. -
Run the development server:
pnpm devOpen up http://localhost:8787 and make your changes ⚡️.