Basic under construction page for my personal website.
Build using gulp
. Use the following commands to install:
#Run inside of the cloned repository
npm install -D
# If not already installed:
npm install gulp-cli -g
# Build by using gulp
gulp
Output can be found in the public/ directory.