Jason Puglisi's personal website.
Ensure you have recent versions of Node.js and npm installed.
Run npm i -g yarn
to install yarn. Next, run
yarn global add gulp-cli
and yarn
to install the dependencies. Finally, run
gulp build
to build the static files.
For development and browser live-reloading, run gulp
.
Your web server should serve static files from the public
directory.