Clean Portfolio Design ✨

This is my personal portfolio but it is a clean verison, and a one page application, buit with React. Site URL / Demo: https://nelson-guerra.tech/

About Me

Site preview

Table of Contents

Technology Stack 🛠️

Dependencies defined in package.json:

Reactjs

Setup And Deployment 🔧

  1. To Get Started, Fork this repository to your GitHub account:

  2. After editing run the following bash commands:

    npm install
    npm start
  3. To deploy website, run:

     npm run build
     npm run deploy