# devarsh-website This is my personal website built with Astro! Go to [devarsh.me](https://devarsh.me) to check it out. ## Setup You will need [Bun](https://bun.sh) installed. 1. Install dependencies with `bun install --frozen-lockfile` 2. 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.