X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=DEVELOP.md;h=6eb43fb199bb5d195fcb751ef383295e2d415935;hb=2d0fdf6eb18eafde50830b8109f42e20b82247b1;hp=9a13888c99bb1e9aefb560f3b68856763c7566b1;hpb=8cc4108bdb0db5006d794be50d1bbca9558373e9;p=dygraphs.git diff --git a/DEVELOP.md b/DEVELOP.md index 9a13888..6eb43fb 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -6,6 +6,10 @@ This is a step-by-step guide explaining how to do it. ### How-to +To install dependencies, run + + npm install + To build dygraphs, run npm run build