Skip to content

nathanrydel/nextjs-portfolio

Repository files navigation

The Personal Website of Nathan Rydel

Technologies Used

React Nextjs TailwindCSS

Made with TypeScript

This is a portfolio site built using React, Next.js, TypeScript, Tailwind CSS.

Setup a local copy

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/nathanrydel/nextjs-portfolio.git
  1. Navigate to the project directory:
cd nextjs-portfolio
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:4000 to view the app.

  2. Build: To build the project for production, run:

npm run build

This will create an optimized build of your app in the dist directory.