Personal website
  • HTML 51.3%
  • CSS 43.3%
  • JavaScript 5.4%
Find a file
2026-08-10 12:48:28 -07:00
.github/workflows Use Bun throughout the project 2026-08-02 16:59:04 -07:00
public Initial website 2026-08-02 10:19:21 -07:00
publications Remove stale Theorem references 2026-08-10 12:48:28 -07:00
src Prevent publication artwork overlap on mobile 2026-08-02 18:49:43 -07:00
.gitignore Build notebook-style personal website with Vite 2026-07-29 20:18:13 -07:00
AGENTS.md Add some agent instructions 2026-08-02 18:48:11 -07:00
bun.lock Use Bun throughout the project 2026-08-02 16:59:04 -07:00
index.html Remove stale Theorem references 2026-08-10 12:48:28 -07:00
package.json Use Bun throughout the project 2026-08-02 16:59:04 -07:00
README.md Install Bun dependencies in Cloudflare builds 2026-08-02 17:03:21 -07:00
vite.config.js Add publications page and refine notebook layout 2026-08-02 09:06:33 -07:00

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.