bootstrap - AngularJS directives specific to twitter bootstrap
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g grunt testacular
- Instal local dev dependencies:
npm install
while current directory is bootstrap repo
- Start testacular server:
grunt server
- Run test:
grunt test-run
- Build the whole project:
grunt
- this will runlint
,test
, andconcat
targets
We are always looking for the quality contributions! Please check the CONTRIBUTING.md for the contribution guidelines.