Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 366 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (25 loc) · 366 Bytes

Contributing Guide

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