forked from Lesin/reposync
21 lines
385 B
Markdown
21 lines
385 B
Markdown
# ob repository synchronize
|
|
|
|
## Prepare
|
|
|
|
- install [nodejs](https://nodejs.org/en/)
|
|
- Recommand yarn instead npm
|
|
|
|
### Develop
|
|
|
|
```bash
|
|
yarn install // install dependency
|
|
yarn start // run locally
|
|
yarn dev // run without mock data
|
|
yarn build // publish static files
|
|
```
|
|
|
|
## Document
|
|
|
|
- [UmiJS](https://umijs.org/zh-CN)
|
|
- [ProComponents](https://procomponents.ant.design/docs/intro)
|