summaryrefslogtreecommitdiff
path: root/README.md
blob: 63e3dc5391dd976d7538758d075664a35a5dce45 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Building

To work with this project, you'll have to follow the steps below:

1. Fork, clone or download this project
1. [Install](https://jekyllrb.com/) Jekyll
1. Generate the website: `jekyll build -d public`
1. Preview your project: `jekyll serve`
1. Add content

Read more at Jekyll's [documentation](https://jekyllrb.com/docs/home/).