The winterwonderhack.org website.
Based on Spectral by HTML5 UP.
First, install EditorConfig for your text editor/IDE.
Assumes Node.js, Gulp, and Yarn are installed.
- Grab a copy of the repository and
cdto the root of it - Run
yarnto grab dependencies - Run
gulpto spin up a local server with live-reloading - Code away!
- Commit your changes
There are several gulp tasks (e.g. $ gulp <task>) that can be useful when developing:
servespins up a local server (is thedefaulttask)--prod/--productionto serve the production assets (mimics production site)--tunnelto create a temporary URL via localtunnel.me (to share with someone)
buildbuilds the assets--prod/--productionbuilds for production (minify, optimize, etc.)
cleanwipes the build directory