Skip to content

Commit de1fcd4

Browse files
committed
Add instructions
1 parent 8c194fe commit de1fcd4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# tiforward.github.io
22

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+
```

0 commit comments

Comments
 (0)