Site is currently deployed as a github pages site, and can be viewed here: https://dwareb.github.io/MFultonPortfolio/
- Javascript
- React
- Node / NPM
- CSS
- HTML
To run and build this do a git clone first.
git clone https://github.com/dwareb/MFultonPortfolio/
After that, have npm install the required modules.
npm install
To run the site for testing you can run the following command
npm start
After that, the website should be available at localhost:3000
, and should update live as changes are mode.
To build the site run the following:
npm run build
Finally to deploy the following command:
npm run deploy
- I used coolors.co for mapping out my color scheme.
- I used the following youtube guide as inspiration for my slideshow thumbnail bar: https://youtu.be/-VKXgsrLEjw
- The contact page is powered by the formspree api.