- Git clone code
- Install dependencies:
yarn
- Add config file:
cp env .env
, (Default config can directly use, edit the configVITE_ServiceHost
if you want use custom one) - Start local dev service:
yarn dev
- Create your own branch from
dev
branch - Edit the code
- Merge your code through make pull request to
dev
branch