Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 770 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 770 Bytes

Portfolio Website

This is my SWE portfolio website.

I hope you like it!!

View Website

Technologies Used

  • JavaScript
  • React.js
    • React Bootstrap
    • React Router
    • React HashRouter
  • Bootstrap
    • Bootstrap Icons
  • HTML/CSS
  • JSON
  • Google Maps
  • GitHub Pages

Install/Setup

Install

Note: make sure to change the files to reflect your GitHub info: Learn How

npm install

Run

@ localhost:3000

yarn start

Build/Push

When using GitHub Pages do a build before pushing

git add -A
git commit -m "Some New Code"
git push
npm run deploy