A modern and clean peronal website.
Screen.Recording.2025-04-18.at.9.41.23.PM.mov
- Next.js - React framework
- React - UI library
- TypeScript - Type safety
- Tailwind CSS - Styling
- ThreeJS/React Three Fiber - 3D effects
- Lucide React - Icons
First, install dependencies:
npm install
# or
yarn install
Create a .env.local
file in the root directory based on .env.example
:
NODE_ENV=
HASHNODE_PUBLICATION_ID=
You'll need to set your actual Hashnode publication ID from hashnode dashboard.
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the site.
Found a bug? or Have a cool idea? or just want to contribute? Go ahead and open an issue.
This project is under MIT license