This is a portfolio site built using React, Next.js, TypeScript, Tailwind CSS.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/nathanrydel/nextjs-portfolio.git- Navigate to the project directory:
cd nextjs-portfolio- Install dependencies:
npm install- Start the development server:
npm run dev-
Open your browser and visit
http://localhost:4000to view the app. -
Build: To build the project for production, run:
npm run buildThis will create an optimized build of your app in the dist directory.
