There was an error while loading. Please reload this page.
1 parent f61a95c commit 0256442Copy full SHA for 0256442
1 file changed
README.md
@@ -1,8 +1,20 @@
1
# CodingApi Page
2
3
+http://www.codingapi.com
4
5
+## Running locally
6
+You need Ruby and gem before starting, then:
7
+```
8
+# install bundler
9
+gem install bundler
10
-hello CodingApi
11
+# clone the project
12
+git clone https://github.com/aksakalli/jekyll-doc-theme.git
13
+cd jekyll-doc-theme
14
15
+# install dependencies
16
+bundle install
17
-http://www.codingapi.com
18
+# run jekyll with dependencies
19
+bundle exec jekyll serve
20
0 commit comments