Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 869 Bytes

File metadata and controls

56 lines (37 loc) · 869 Bytes

Portfolio — abhipraya.dev

Personal portfolio site built with React 18, Vite 6, Tailwind CSS 3, and Framer Motion. Packaged with Bun.

Lighthouse

Performance Accessibility Best Practices SEO
Desktop 94 91 100 100
Mobile 56 91 100 100

Setup

bun install

Development

bun run dev

To expose on the network (for testing on other devices):

bun run dev -- --host

Linting and Formatting

This project uses Biome for linting and formatting (with Tailwind class sorting). A Husky pre-commit hook runs this automatically.

bun run check

Dead Code Detection

bun run knip

Build

bun run build

Production

Deployed on Heroku. To serve the production build locally:

bun run start