Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.18 KB

Bun, Hono, HTMX, and AlpineJS Project

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.

Table of Contents

Installation

To get started with this project, clone the repository and install the dependencies using bun:

git clone <repository-url>
cd <project-directory>
bun install

Development

To start the development server with hot reloading, run:

bun run dev

Scripts

  • dev: Runs the development server with hot reloading.
  • test: Runs the test suite.
  • deploy: Deploys the application to Cloudflare Workers with minification.

Testing

To run the test suite, use:

bun test

Deployment

To deploy the application using Cloudflare Wrangler, execute:

bun run deploy

License

This project is licensed under the MIT License. See the LICENSE file for details.