Make sure you have Bun installed.
You can install it by following the guide here
Install dependencies:
bun install
To start the development server, run:
bun run dev
To build the project for production, run:
bun run build
To run tests, use:
bun run test
This project is licensed under the MIT License - see the LICENSE file for details.