My personal resume website.
Feel free to use as a starting place for your own site.
It's recommended to install gulp-cli before trying to build this site.
npm install -g gulp-cli
Building the website is simple. Just run:
npm install
gulp
To enter develoment mode, use:
gulp dev
This will do the following:
-
Build the static files from the templates.
-
Watch those files for changes.
-
Start a server running on localhost:8000 to serve the newly created files.
-
Open the webpage in your default browser.