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.
- 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 ..
- push to deployment branch:
cd portfolio_website npm run deploy -- -m "commit msg" cd ..