Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.06 KB

README.md

File metadata and controls

61 lines (47 loc) · 1.06 KB

My portfolio

A custom (personal) portfolio.

GitHub Repo stars Maintenance License

Demo

Table of Contents

Setup ⚙️

Download the project:

git clone https://github.com/nemo256/portfolio
cd portfolio

Install the required dependencies:

yarn install

or

npm install

Launch a development server:

yarn dev

or

npm run dev

Check localhost port 3000:

firefox localhost:3000

Credits 🤝

  • Credits go to the developers of NextJS.

License 📑