This directory contains build tools and assets for the api-tools module. CSS in this directory is primarily geared towards projects started with the api-tools-skeleton to ensure that they have some reasonable styling and user interface.
- node.js and npm
- bower
- grunt
npm install
bower install
At this point, you will have all necessary dependencies.
- Run
grunt watch
. - Edit and save changes in
api-tools/css/main.less
. - Check in your changes when done, and crate a pull request.