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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,20 @@ $ yarn
14
14
$ ./generate_user_guides.sh
15
15
```
16
16
17
-
This command reads the templates directory and extracts specific instructions for bevy / rust / rapier integrations.
17
+
Above command reads the templates directory and extracts specific instructions for bevy / rust / rapier integrations.
18
18
It also injects code contained in the example files.
19
19
20
20
```sh
21
21
$ yarn build
22
22
```
23
23
24
-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
24
+
Above command generates static content into the `build` directory and can be served using any static contents hosting service.
25
25
26
26
```sh
27
27
$ yarn start
28
28
```
29
29
30
-
This command builds and starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
30
+
Above command builds and starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
0 commit comments