From c01a0d38290c90aaaba00b545bfa72f827af3a76 Mon Sep 17 00:00:00 2001 From: Rinoc Johnson Date: Wed, 11 May 2022 15:30:54 -0400 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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