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
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
4
-
5
-
### Installation
6
-
7
-
```sh
8
-
$ yarn
9
-
```
10
-
11
-
### Build
12
-
13
-
```sh
14
-
$ ./generate_user_guides.sh
15
-
```
16
-
17
-
Above command reads the templates directory and extracts specific instructions for bevy / rust / rapier integrations.
18
-
It also injects code contained in the example files.
19
-
20
-
```sh
21
-
$ yarn build
22
-
```
23
-
24
-
Above command generates static content into the `build` directory and can be served using any static contents hosting service.
25
-
26
-
```sh
27
-
$ yarn start
28
-
```
29
-
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