git clone ...
git remote add upstream ......
npm install wepy-cli -g
cd WORKDIR
npm install or yarn
npm run dev or yarn dev
npm run build or yarn build
You will also need to install 微信开发者工具
locally, which can be found on the official site of wechat.
You are recommanded to follow this guide to set up your workspace.
Open a merge request to the root repositry once a new feature is finished.