X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=README.md;h=9abb9a1a9f9095534b1c91fcaa2e52c170ccc995;hb=93ec1094eb75477b455efaa7adeb10190b87992b;hp=7e3b0f2ff45b88f1c4fb72f3d3180cfb79c1b263;hpb=341a2d65d9414f01d0f87c0982b1c8ad0971eaa1;p=dygraphs.git diff --git a/README.md b/README.md index 7e3b0f2..9abb9a1 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,11 @@ seeing demonstrations of what dygraphs can do in the To get going, clone the repo and run: npm install - gulp dist + npm run build + +Then open `tests/demo.html` in your browser. Read more about the dygraphs development process in the [developer guide](/DEVELOP.md). ## License(s) -dygraphs uses: - - UglifyJS (BSD License) - - JsDoc Toolkit (MIT license) - - console-polyfill (MIT license) - -automated tests use: - - auto_tests/lib/jquery-1.4.2.js (MIT & GPL2) - - auto_tests/lib/Asserts.js (Apache 2.0 License) - - auto-tests/lib/JsTestDriver-1.3.3cjar (Apache 2.0 License) - dygraphs is available under the MIT license, included in LICENSE.txt.