Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 256 Bytes

File metadata and controls

17 lines (12 loc) · 256 Bytes

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'