This is my personal portfolio site.
Unless noted otherwise, all content is under MIT License.
Assumes Node.js, Gulp, Bower, and Yarn are installed.
- Grab a copy of the repository and
cd
to the root of it - Run
yarn
to grab dependencies - Run
gulp serve
to spin up a local server with live-reloading - Code away!
- Commit your changes