Skip to content

JasonPuglisi/puglisi-web

Repository files navigation

Puglisi Web

Deploy to GitHub Pages

Jason Puglisi's personal website.

Usage

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.