Skip to content

Commit d6d32d8

Browse files
docs: update CONTRIBUTING.md
1 parent 0a980b3 commit d6d32d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Start reading our code, and you'll get the hang of it. We optimize for readabili
2828
Local development configuration is pretty snappy. Here's how to get set up:
2929

3030
1. Install/use node >=16.0.0
31-
1. Install/use yarn <=1.x.x
31+
1. Install/use yarn >=4.6.x
3232
1. Run `yarn link` from project root
3333
1. Run `cd docs-site && yarn link react-datepicker`
3434
1. Run `yarn install` from project root
3535
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)
36-
1. Run `yarn start` from project root. (This command launches a documentation app and runs it as a simple webserver at http://localhost:3000.)
36+
1. Run `yarn start` from project root. (This command launches a documentation app and runs it as a simple webserver at http://localhost:5173.)
3737
1. Open new terminal window
3838
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.)
3939

0 commit comments

Comments
 (0)