Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 509 Bytes

File metadata and controls

12 lines (7 loc) · 509 Bytes

devarsh-website

This is my personal website built with Astro! Go to devarsh.me to check it out.

Setup

You will need Bun 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.