The source files for the official Bevy website
https://github.com/bevyengine/bevy-website.git
The source files for
If you would like to contribute, check out CONTRIBUTING.md and then submit a pull request!
The Bevy website is built using the Zola static site engine. In our experience, it is fast, flexible, and straightforward to use.
To check out any local changes you've made:
0.18.0 or later.git clone https://github.com/bevyengine/bevy-website.gitcd bevy-websitezola serve.These pages need to be generated in a separate step by running the shell scripts in the generate-assets, generate-errors, and generate-wasm-examples directories. On Windows, you can use WSL or git bash.