This project leverages the power of Bun, Hono, HTMX, and AlpineJS to create a dynamic and interactive web application. The project is designed to be deployed on Cloudflare Workers using Wrangler.
To get started with this project, clone the repository and install the dependencies using bun
:
git clone <repository-url>
cd <project-directory>
bun install
To start the development server with hot reloading, run:
bun run dev
dev
: Runs the development server with hot reloading.test
: Runs the test suite.deploy
: Deploys the application to Cloudflare Workers with minification.
To run the test suite, use:
bun test
To deploy the application using Cloudflare Wrangler, execute:
bun run deploy
This project is licensed under the MIT License. See the LICENSE file for details.