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