Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminyde/benjaminyde.github.io


https://github.com/benjaminyde/benjaminyde.github.io

javascript nextjs portfolio react website

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Welcome to my Next.js portfolio website repository! This project is a personal portfolio website built with Next.js, a popular framework for building React applications.

# Getting Started
To get started with the project, follow these steps:

Clone the repository to your local machine:
```git
git clone https://github.com/USERNAME/next-portfolio.git
```

Navigate to the project directory:
```git
cd next-portfolio
```

Install the dependencies:
```git
npm install
```

Start the development server:
```git
npm run dev
```

The website should now be running at http://localhost:3000.