Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 445 Bytes

CONTRIBUTION.md

File metadata and controls

26 lines (21 loc) · 445 Bytes

Contribution Guide

Prerequisites

- Fork the repo
- Clone the fork repo to your local
- Create a new branch for your coming PR. e.g. fix-bug-xxxx

Start

# install dependencies
- yarn run bootstrap
# build project & link the cli to global by npm link
- yarn run pre:start
# start local serve
- yarn run start

Pull Request

- Send the branch to your remote
- Create pull request