File tree Expand file tree Collapse file tree 1 file changed +37
-35
lines changed
packages/react-renderer-demo Expand file tree Collapse file tree 1 file changed +37
-35
lines changed Original file line number Diff line number Diff line change @@ -7,38 +7,40 @@ A documentation page for [Data Driven Forms](https://github.com/data-driven-form
7
7
Always make sure to update the doces after any package change!
8
8
9
9
## Commands
10
-
11
- ### Installation
12
-
13
- ``` bash
14
- yarn
15
- ```
16
-
17
- ### Start local server
18
- ``` bash
19
- cd packages/react-renderer-demo
20
- yarn dev # runs on localhost:3000
21
- ```
22
-
23
- ### Build production version
24
- ``` bash
25
- cd packages/react-renderer-demo
26
- yarn build
27
- ```
28
-
29
- ### Generate component examples from mappers
30
- ``` bash
31
- cd packages/react-renderer-demo
32
- yarn generate:examples
33
- ```
34
- ### Run bundle analyzer
35
- ``` bash
36
- cd packages/react-renderer-demo
37
- yarn analyze
38
- ```
39
-
40
- ### Emulate firebase server locally
41
- ``` bash
42
- cd packages/react-renderer-demo
43
- yarn build && yarn serve
44
- ```
10
+ You can perform the following tasks by running the offered commands:
11
+
12
+ - Installation
13
+
14
+ ``` bash
15
+ # in root directory of react-forms
16
+ yarn
17
+ ```
18
+
19
+ - Start local server
20
+ ` ` ` bash
21
+ cd packages/react-renderer-demo
22
+ yarn dev # runs on localhost:3000
23
+ ` ` `
24
+
25
+ - Build production version
26
+ ` ` ` bash
27
+ cd packages/react-renderer-demo
28
+ yarn build
29
+ ` ` `
30
+
31
+ - Generate component examples from mappers
32
+ ` ` ` bash
33
+ cd packages/react-renderer-demo
34
+ yarn generate:examples
35
+ ` ` `
36
+ - Run bundle analyzer
37
+ ` ` ` bash
38
+ cd packages/react-renderer-demo
39
+ yarn analyze
40
+ ` ` `
41
+
42
+ - Emulate firebase server locally
43
+ ` ` ` bash
44
+ cd packages/react-renderer-demo
45
+ yarn build && yarn serve
46
+ ` ` `
You can’t perform that action at this time.
0 commit comments