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