Personal website
- HTML 51.3%
- CSS 43.3%
- JavaScript 5.4%
| .github/workflows | ||
| public | ||
| publications | ||
| src | ||
| .gitignore | ||
| AGENTS.md | ||
| bun.lock | ||
| index.html | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
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.