diff --git a/README.md b/README.md index f0b3568196..2b5810b864 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,30 @@ This is a fork of [`react-beautiful-dnd`](https://github.com/atlassian/react-bea } } ``` + + +## To Build + +``` +npm i +npm run-script build +``` + +## Instructions + +To run this repo's code within `app`: + +in this repo's directory: +``` +yarn link +``` + +in the `app` repo directory: +``` +yarn link "react-beautiful-dnd" +yarn && yarn start +``` + +**Tip:** To check if `app` is actually using this repo's code, add a `console.log` to `src/index.js` and see if it prints. + +As of May 11, 2022: Working in Node 16 but _not_ in Node 17