Skip to content

Commit 0c2991d

Browse files
committed
Add readme
1 parent cebc6db commit 0c2991d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# danieliu
2+
3+
## Requirements
4+
5+
* ruby `2.6.6`
6+
7+
## Install/Run
8+
9+
```bash
10+
bundle
11+
bundle exec jekyll serve
12+
```
13+
14+
or
15+
16+
```bash
17+
make build
18+
make serve
19+
```

0 commit comments

Comments
 (0)