See the development guide for details.
Some Tips:
npm install something --save
. With the --save
option npm will auto add the installed dependency in your package.json
npm install
git add file
. For example: git add package.json
then commit you changes
with git commit
.git push