X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=DEVELOP.md;h=6eb43fb199bb5d195fcb751ef383295e2d415935;hb=00eebc92ec7d1846599bf233dbc63b9ea3ac3095;hp=9a13888c99bb1e9aefb560f3b68856763c7566b1;hpb=b6126069a9e468e80a27edf7bdf20ef0ae20b4fb;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