Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1007 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 1007 Bytes

My portfolio site README.md

master Actions Status

Netlify Status

To build the site locally

  1. Clone the repo into desired folder on your machine

    git init
    git clone 
    
  2. Enter the root directory of the site

    cd portfolio-site
    
  3. Install dependencies

    npm install 
    
  4. Run the dev server

    gatsby develop 
    
  5. View my site at http:localhost:8000

Tools used

Gatsby: Front-end framework
Github: Project repositories
Cloudinary: Images for Gallery
Medium: Articles
Cypress : E2E integration tests
Github Actions: CI
Github Pages: Deploy