This repository holds the code for my personal website, as well as the build system for it.

The site is built on Foundation 6, and uses ZURB's gulp-based build system.

The site can be found at joepaolicelli.com.

Build Commands

npm start will build and run the site locally at http://localhost:8000.

npm run build will create compressed, production-ready files.