Welcome to the Astro + Bun + SQLite Fullstack Starter Kit! This is my favourite template that provides a solid foundation for building fullstack applications using Astro for the frontend, Bun for the server, and SQLite for the database.
To get started, clone this repository to your local machine:
git clone https://github.com/Akid-Affian/astro-bun-sqlite-template.git
cd astro-bun-sqlite-template
Once you have cloned the repository, you can start the development server with the following command:
bun --bun run dev
To build the project for production, use the following command:
bun --bun run build