Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 779 Bytes

Kanboard UI Framework

Kanboard interface build with Zurb Foundation

Requirements

You'll need to have the following items installed before continuing.

  • 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 git@github.com:SamuelMoraesF/kanboard-ui.git
npm install && bower install

While you're working on your project, run:

grunt

And you're set!

All files are build in css/, js/ and in fonts/, just copy these folders to the assets/ folder in kanboard.

To preview, just run:

python3 -m http.server

And open localhost:8000 on your browser.