Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 701 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 701 Bytes

SethCram.github.io

Seth Cram's professional portfolio that includes a downloadable resume, social media links, summary, skills, impactful projects, work history, and a contact form. Boasts a responsive and flexible UI built with React and Node.js.

See the website

Portfolio

Developer Notes

Developer Setup

  • install nodeJS using homebrew or pip
  • install react-scripts and react-icons using npm
  • startup the local development server
    cd portfolio_website
    npm start
    cd ..

Deployment Instructions

  • push to deployment branch:
    cd portfolio_website
    npm run deploy -- -m "commit msg"
    cd ..