source: frontend/node_modules/jake/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 556 bytes
Line 
1### Jake -- the JavaScript build tool for Node.js
2
3[![Build Status](https://travis-ci.org/jakejs/jake.svg?branch=master)](https://travis-ci.org/jakejs/jake)
4
5Documentation site at [http://jakejs.com](http://jakejs.com/)
6
7### Contributing
81. [Install node](http://nodejs.org/#download).
92. Clone this repository `$ git clone git@github.com:jakejs/jake.git`.
103. Install dependencies `$ npm install`.
114. Run tests with `$ npm test`.
125. Start Hacking!
13
14### License
15
16Licensed under the Apache License, Version 2.0
17(<http://www.apache.org/licenses/LICENSE-2.0>)
Note: See TracBrowser for help on using the repository browser.