You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,15 @@
2
2
3
3
## Development server
4
4
5
-
When developing a package, first run from the root-level directory:
5
+
When developing, run the following from the root-level directory:
6
6
7
7
```bash
8
+
npm install
8
9
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
15
10
npm start
16
11
```
17
12
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).
26
14
27
15
## Coding style
28
16
@@ -74,4 +62,4 @@ In order to publish the latest playground to [https://rjsf-team.github.io/react-
0 commit comments