This is a personal portfolio website built with Next.js, showcasing projects, skills, and contact information.
- Next.js: React framework for building server-rendered React applications.
- React: JavaScript library for building user interfaces.
- TypeScript: Superset of JavaScript that adds static typing.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- shadcn/ui: Re-usable components built using Radix UI and Tailwind CSS.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying files in the src/app
directory. The page auto-updates as you edit the file.
In the project directory, you can run:
npm run dev
: Runs the app in development mode.npm run build
: Builds the application for production.npm run start
: Starts a production Next.js server.npm run lint
: Runs ESLint to check for code quality issues.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.