Skip to content

My personal website

Notifications You must be signed in to change notification settings

webdev03/devarsh-website

Repository files navigation

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.