Skip to content

ZhangHanDong/www.rust-lang.org

 
 

Repository files navigation

the home of the rust website

Build Status

Development

Running the app locally

  1. This is a Rocket app, which means we use the nightly channel of Rust. We use a specific nightly version to ensure consistent builds locally and on the server, and the version is defined in the rust-toolchain file. rustup will automatically download that nightly for you when you run a cargo command.
  2. Install cargo watch by running cargo install cargo-watch in your terminal.
  3. To build the app and run the server, run cargo watch -x run in your terminal.
  4. Navigate to http://localhost:7878 in your browser. If you make any updates to the styles, or any other project files, cargo watch will automatically restart the server for you, all you have to do is refresh your browser to see your changes.

Where to edit

  • If you would like to edit styles, you should edit src/styles/app.scss.
  • If you would like to update group data, you should edit the yml files in src/data/.
  • If you would like to edit page content, you should edit the hbs files in templates.

Contributing

Please read our CONTRIBUTING.md before submitting a PR!

About

The home of the Rust website

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • FreeMarker 60.9%
  • HTML 23.4%
  • Rust 10.6%
  • CSS 3.4%
  • JavaScript 1.5%
  • Shell 0.2%