Skip to content

Commit a6589b1

Browse files
authored
Update contributing.md
1 parent 9954803 commit a6589b1

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

docs/contributing.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,15 @@
22

33
## Development server
44

5-
When developing a package, first run from the root-level directory:
5+
When developing, run the following from the root-level directory:
66

77
```bash
8+
npm install
89
lerna bootstrap
9-
```
10-
11-
Then, go to the package directory and then run `npm start` to live-recompile the files for that package. For example, to edit the core package:
12-
13-
```bash
14-
cd packages/core
1510
npm start
1611
```
1712

18-
Finally, to run the playground, go to the playground directory and run `npm start` in another terminal.
19-
20-
```bash
21-
cd packages/playground
22-
npm start
23-
```
24-
25-
A live development server showcasing components with hot reload enabled will then run at [localhost:8080](http://localhost:8080).
13+
All packages will be live-built, and a live development server showcasing components with hot reload enabled will then run at [localhost:8080](http://localhost:8080).
2614

2715
## Coding style
2816

@@ -74,4 +62,4 @@ In order to publish the latest playground to [https://rjsf-team.github.io/react-
7462
```bash
7563
cd packages/playground
7664
npm run publish-to-gh-pages
77-
```
65+
```

0 commit comments

Comments
 (0)