To get started with this project, first ensure you have Bun installed. Then, install the project dependencies:
bun installTo start the development server and watch for changes, run:
bun watchFor Tailwind CSS to compile your styles, run the following command in a separate terminal:
bunx tailwindcss -i ./src/input.css -o ./dist/output.css --watch