Skip to content

Commit d7cbc97

Browse files
committed
update README
1 parent c23a7af commit d7cbc97

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,31 @@ Actually I get this idea by a CSS3 3D & animation demo, but I can't find it. If
99

1010
Created by [Yue Dayu](http://github.com/yuedayu) and maintained by [Lab μ](http://lab.mu).
1111
All right reserved.
12+
13+
---
14+
15+
Refactor by [TennyZhuang](https://github.com/TennyZhuang)
16+
17+
## Prepare
18+
19+
Install the [Parcel](https://parceljs.org/getting_started.html)
20+
21+
```bash
22+
npm install -g parcel-bundler
23+
```
24+
25+
## Development
26+
27+
```bash
28+
# develop index page
29+
parcel app/index.html
30+
31+
# develop config page
32+
parcel app/config.html
33+
```
34+
35+
# Production Build
36+
37+
```bash
38+
npm run build
39+
```

0 commit comments

Comments
 (0)