Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benjaminyde/benjaminyde.github.io
- Owner: BenjaminYde
- Created: 2022-12-18T22:28:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T19:03:38.000Z (11 months ago)
- Last Synced: 2023-12-11T19:34:42.606Z (11 months ago)
- Topics: javascript, nextjs, portfolio, react, website
- Language: JavaScript
- Homepage: https://benjaminyde.github.io/
- Size: 41.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.