From d6d32d84d036e0c2559dd7c1caec44457109b7a1 Mon Sep 17 00:00:00 2001 From: Sergey Kazarinov Date: Sun, 13 Apr 2025 22:29:50 +0500 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d0a9c2bbf..66d84608c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,12 +28,12 @@ Start reading our code, and you'll get the hang of it. We optimize for readabili Local development configuration is pretty snappy. Here's how to get set up: 1. Install/use node >=16.0.0 -1. Install/use yarn <=1.x.x +1. Install/use yarn >=4.6.x 1. Run `yarn link` from project root 1. Run `cd docs-site && yarn link react-datepicker` 1. Run `yarn install` from project root 1. Run `yarn build` from project root (at least the first time, this will get you the `dist` directory that holds the code that will be linked to) -1. Run `yarn start` from project root. (This command launches a documentation app and runs it as a simple webserver at http://localhost:3000.) +1. Run `yarn start` from project root. (This command launches a documentation app and runs it as a simple webserver at http://localhost:5173.) 1. Open new terminal window 1. Run `yarn build-dev` from project root. (This command sets up a development environment that keeps an eye on any file changes. When a file is updated, it auto-builds using the latest code.)