We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639446e commit 4e8bd95Copy full SHA for 4e8bd95
README.md
@@ -2,6 +2,25 @@
2
3
Go to [the website](https://aksakalli.github.io/jekyll-doc-theme/) for detailed information and demo.
4
5
+## Running locally
6
+
7
+You need Ruby and gem before starting, then:
8
9
+```bash
10
+# install jekyll and bundler
11
+gem install jekyll bundler
12
13
+# clone the project
14
+git clone https://github.com/aksakalli/jekyll-doc-theme.git
15
+cd jekyll-doc-theme
16
17
+# install dependencies
18
+bundle install
19
20
+# run jekyll
21
+jekyll serve
22
+```
23
24
## License
25
26
Released under [the MIT license](LICENSE).
0 commit comments