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 [email protected]: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.