Loading repository data…
Loading repository data…
sanketsingh01 / repository
A minimal, high-performance personal portfolio website designed to showcase my projects, writing, and technical skills. Built with a focus on clean UI/UX, smooth animations, and accessibility.
🔗 Live Demo: tsx sanket
Follow these steps to set up the project locally on your machine.
Clone the repository
git clone [https://github.com/sanketsingh01/portfolio](https://github.com/sanketsingh01/portfolio)
cd portfolio
Install dependencies
bun install
# or
npm install
Start the development server
bun run dev
Open http://localhost:3000 with your browser to see the result.