You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,34 @@ Update git submodules
16
16
$ npm run sync
17
17
```
18
18
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).
0 commit comments