Skip to content

Files

Latest commit

30d89a0 · Nov 8, 2020

History

History
16 lines (11 loc) · 543 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 543 Bytes

HOW TO CONTRIBUTE

    1. Welcome your pr! Before pr, talk about situations in the issue firstly. If the situation is reasonable, go to the next step;
    1. Switch to the new branch based main, submit the pr with after finishing the feature.

DEV

Run these bash command firstly.

$ git clone https://github.com/MuYunyun/create-react-doc
$ cd create-react-doc
$ yarn && yarn bootstrap && yarn start

And now you can see the document is running at http://localhost:3000.