Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geovannimp/Kanboard-RefactorTheme
Provides a better look and feel to kanboard
https://github.com/geovannimp/Kanboard-RefactorTheme
Last synced: 9 days ago
JSON representation
Provides a better look and feel to kanboard
- Host: GitHub
- URL: https://github.com/geovannimp/Kanboard-RefactorTheme
- Owner: geovannimp
- License: mit
- Created: 2017-03-06T14:09:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T17:30:49.000Z (over 7 years ago)
- Last Synced: 2024-08-02T14:05:48.318Z (3 months ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Refactor Theme
==============================Provides a better look and feel to Kanboard
Author
------- Geovanni Pacheco
- License MITRequirements
------------- Kanboard >= 1.0.35
Installation
------------You have the choice between 3 methods:
1. Install the plugin from the Kanboard plugin manager in one click
2. Download the zip file and decompress everything under the directory `plugins/RefactorTheme`
3. Clone this repository into the folder `plugins/RefactorTheme`Note: Plugin folder is case-sensitive.
Developing
-------------This projet use sass as extension language.
To install sass and project dependencies run `npm install`.
Edit the sass file in 'Asset/sass/' and run `gulp css` to generate the css.
Only update kanborad page and everything should work.