Skip to content

Latest commit

 

History

History
executable file
·
47 lines (26 loc) · 1.22 KB

File metadata and controls

executable file
·
47 lines (26 loc) · 1.22 KB

WOCAT Form

Our tools

Requirements

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

Quickstart

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!

TIP You should start by edit the settings here: src/scss/_settings.scss

Directory Structure

  • src/: Sources, change the files here.
  • static/: The generated static pages.