Kanboard interface build with Zurb Foundation
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
git clone git@github.com:SamuelMoraesF/kanboard-ui.git
npm install && bower installWhile 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.serverAnd open localhost:8000 on your browser.