Contributing Guide

August 26, 2022 ยท View on GitHub

Loving father and want to get involved? Thanks!

Set up

# Clone this repo
$ git clone git@github.com:umijs/father.git
$ cd father

# Install Dependencies
$ pnpm i

# Compile Src
$ pnpm build

Run Example

$ cd examples/normal
$ pnpm build

Test

$ pnpm test

Release

$ pnpm release