ITADN
tchajed/personal-website
tchajed/personal-website · 文件
文件最后提交记录最后更新时间
README.md

chajed.io

Tej Chajed's personal website, built as a static site with Vite.

Develop

bun install
bun run dev

Build

bun run build

Vite writes the production site to dist/. For Cloudflare Pages, use bun install --frozen-lockfile && bun run build as the build command and dist as the output directory.