forked from jaredpalmer/formik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ba2556
commit 54cd447
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Contributing to Formik | ||
|
||
1. Fork this repository to your own GitHub account and then clone it to your local device. | ||
2. Install the dependencies: `yarn install` | ||
3. Run `yarn link` to link the local repo to NPM | ||
4. Run `yarn start` to build and watch for code changes | ||
5. Run `yarn test` to start Jest | ||
7. Then npm link this repo inside any other project on your local dev with `yarn link formik` | ||
8. Then you can use your local version of Formik within your project | ||
|