- Foundation Responsive Front-end framework
- Assemble.io Static site generator
- Compass Open-source CSS Authoring Framework
You'll need to have the following items installed before continuing.
- Bundler Run
gem install bundler - Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli - Bower: Run
[sudo] npm install -g bower
git clone https://git.puzzle.ch/wearecube/wocat_form.git
cd wocat_form
bundle install
npm install
bower install
While you're working on your project, run:
grunt
####And you're set!
-
You can now see the Guideline here: 0.0.0.0:8000/guideline.html
-
Or the Foundation Kitchen Sink here: 0.0.0.0:8000/kitchen_sink.html
TIP You should start by edit the settings here: src/scss/_settings.scss
src/: Sources, change the files here.static/: The generated static pages.