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
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 ..