Skip to content

Commit c935e7c

Browse files
committed
add README.md
1 parent cbf6c50 commit c935e7c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Project Setup
2+
3+
Install Jekyll
4+
5+
```bash
6+
gem install bundler jekyll
7+
```
8+
9+
## Run Dev Server
10+
11+
```bash
12+
bundle exec jekyll serve
13+
```

0 commit comments

Comments
 (0)