You seem to have stumbled upon my README for my personal portfolio site. Awesome! Before you venture too far into the code, know this:
- Please feel free to make a PR if you have feedback - I'm still learning a lot about React!
- This site was built with GatsbyJS - a static site generator framework that I highly recommend.
- This site is hosted with Surge.sh!
Thanks for stopping by!
❤️ - MK
--
yarn install
to get the packages downloadedyarn develop
runs the local server
yarn build
gets the code ready for productionsurge
kicks off the publishing process- Point it to the
/public
folder