A minimal, clean starting point using Jeykll + Tachyons
- Includes:
- Install:
- Run:
npm install
bundle install
gulp
- The script can be built and linted using
gulp scripts
andgulp jshint
. - The
gulpfile.js
represents a minimal build for this design.
- Run
gulp styles
to build andgulp scsslint
to lint. - The styles are built using
gulp-autoprefixer
to keep the definitions clean of vendor prefix maintenance.