Skip to content

A portfolio website developed using node.js and Gatsby.

License

Notifications You must be signed in to change notification settings

grgprarup/portfolio-node

Repository files navigation

Portfolio

A portfolio website is a personal website that showcases your work, skills, projects, and achievements.

Development

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Clone the repository

    git clone [email protected]:grgprarup/portfolio-node.git
    cd portfolio-node
  3. Install the dependencies

     npm install
  4. Build the project

    npm run build
  5. Start the project

    1. Development mode

       npm run develop
    2. Production mode

       npm run serve
  6. Open the browser and visit http://localhost:8000/

About

A portfolio website developed using node.js and Gatsby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published