Portfolio-Website icon indicating copy to clipboard operation
Portfolio-Website copied to clipboard

This is V1 of my Portfolio Page. Created entirely within React. Utilizes a Linux inspired terminal design.

Portfolio Website

This is V1 of my Portfolio Page. Created entirely within React. Utilizes a Linux inspired terminal design

demo Maintainability Test Coverage Netlify Status

🛠 Installation & Set Up

  1. Enter Client Directory

    cd client
    
  2. Install dependencies

    pnpm install
    
  3. Start the development server

    pnpm run start
    

🚀 Building and Running for Production

  1. Enter Client Direcotory

    cd client
    
  2. Generate a full static production build

    pnpm run build
    
  3. Preview the site as it will appear once deployed

    pnpm run serve