- Next.js: A React framework for building modern web applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- PostCSS: A tool for transforming CSS with JavaScript.
- ContentLayer: A tool to integrate content from various sources into your Next.js projects.
- Vercel: For deployment, analytics, and other utilities.
- Planetscale: A database solution.
- Radix UI: A set of low-level UI primitives to assist with building design systems.
- Framer Motion: A library to power animations in React.
- SWR: A React Hooks library for remote data fetching.
... and many more. Check the
package.jsonfile for a detailed list of dependencies.
-
Clone the repository:
bashCopy code
git clone https://github.com/tarunyadav1/portfolio-2023.git -
Navigate to the project directory:
bashCopy code
cd portfolio-2023 -
Install the dependencies:
bashCopy code
npm install -
Start the development server:
bashCopy code
npm run dev -
Open your browser and go to
http://localhost:3000to view the site.