A portfolio website is a personal website that showcases your work, skills, projects, and achievements.
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Clone the repository
git clone [email protected]:grgprarup/portfolio-node.git cd portfolio-node
-
Install the dependencies
npm install
-
Build the project
npm run build
-
Start the project
-
Development mode
npm run develop
-
Production mode
npm run serve
-
-
Open the browser and visit
http://localhost:8000/