Run the setup to get started:
./bin/setupStart the server with:
./bin/serverYou need the git remote origin to point to the github repo you want to deploy to. If you don't have this yet, run:
git remote add origin [email protected]:subvisual/2016.mirrorconf.comYou should then be able to deploy the site using:
./bin/deployThis is built on top of middleman
Here's some of the other things we are using:
- Slim - The template engine
- Sass - For CSS preprocessing (using the Scss syntax)
- Babel - A transpiler for ES6
- Autoprefixer - Autoprefix CSS
- SVG Optimizer - An SVG optimizer