Skip to content

Commit bd06f78

Browse files
author
howardchi
committed
update md
1 parent b4cc228 commit bd06f78

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,34 @@ Update git submodules
1616
$ npm run sync
1717
```
1818

19+
## Rebuild website
20+
21+
first you have to install `canner-core` to generate html in http://reactd3.org
22+
23+
```
24+
npm install -g canner-core
25+
```
26+
27+
building web pages.
28+
29+
```
30+
canner-core build canner.js
31+
```
32+
33+
----
34+
35+
We build most of our document in markdown.
36+
37+
Inside `./docs` folder you can see there are two folders in each folder `md`, `md_origin`. `md_origin` is the original md files which need to compile via [smashmd](https://github.com/Canner/smash-md).
38+
39+
You can just type
40+
41+
```
42+
make smashmd
43+
```
44+
45+
to recompile the whole original markdown files.
46+
1947

2048
## License
2149

0 commit comments

Comments
 (0)