This is my personal website built with Astro! Go to devarsh.me to check it out.
You will need Bun installed.
- Install dependencies with
bun install --frozen-lockfile
- Run
bun run dev
to start the development server
The site is deployed on Cloudflare Pages. You can get the files to deploy with bun run build
. If you want to change the adapter, you can do so following the official Astro documentation for the adapter you want.