Skip to content

Commit 9dbddf9

Browse files
authored
[readme] add getting started instructions
1 parent c260040 commit 9dbddf9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ a collection of free examples by [@hshoff](https://twitter.com/hshoff)
77

88
- demo: https://viewsource.now.sh/bitcoin
99
- youtube: https://www.youtube.com/watch?v=oeE2tuspdHg
10+
11+
```bash
12+
git clone https://github.com/hshoff/viewsource.git
13+
cd viewsource
14+
npm install
15+
npm run dev
16+
17+
# => localhost:3000/bitcoin
18+
```

0 commit comments

Comments
 (0)