step-by-step tutorial $ mkdir L1-node-tutorial $ cd L1-node-tutorial $ git init # coding ... $ git add . $ git commit -m 'first commit: show hello world in terminal' # coding ... $ git add . $ git commit -m 'show hello world in the browser'