File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# tiforward.github.io
2
2
3
- [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/TiForward/tiforward.github.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
3
+ [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/TiForward/tiforward.github.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
+
5
+ ### Building (for development)
6
+
7
+ ``` bash
8
+ $ git clone git@github.com:TiForward/tiforward.github.io.git
9
+ $ cd tiforward.github.io
10
+ $ npm install
11
+ $ [sudo] npm install --global gulp
12
+ $ gulp serve # Will open the browser in live-reload
13
+ ```
14
+
15
+ ### Deploying
16
+
17
+ ``` bash
18
+ $ git clone git@github.com:TiForward/tiforward.github.io.git
19
+ $ cd tiforward.github.io
20
+ $ npm install
21
+ $ [sudo] npm install --global gulp
22
+ $ gulp deploy # Will push to gh-pages
23
+ ```
You can’t perform that action at this time.
0 commit comments