Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 989 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 989 Bytes

What the Hack?! • Backend

This repository contains the backend code for the project. The frontend code can be found at What the Hack?! • Frontend

To run the project locally

  1. Clone the repository
git clone https://github.com/lakshaybhushan/wth-backend
  1. Install the dependencies
bun install
  1. Run the server
bun run dev
  1. To deploy the project to Cloudflare Workers, run
bun run deploy

Note: I'm a beginner in the world of Cloudflare Workers and Hono, so if you find any issues or have any suggestions, feel free to open an issue or a pull request.

Thank you! 🚀