Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/www.rust-lang.org
The home of the Rust website
https://github.com/rust-lang/www.rust-lang.org
Last synced: about 18 hours ago
JSON representation
The home of the Rust website
- Host: GitHub
- URL: https://github.com/rust-lang/www.rust-lang.org
- Owner: rust-lang
- License: apache-2.0
- Created: 2018-01-25T16:47:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T16:05:14.000Z (9 days ago)
- Last Synced: 2024-12-12T17:22:29.099Z (9 days ago)
- Language: Fluent
- Homepage: https://www.rust-lang.org
- Size: 19.7 MB
- Stars: 370
- Watchers: 18
- Forks: 290
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# www.rust-lang.org
> the home of the rust website![CI](https://github.com/rust-lang/www.rust-lang.org/workflows/CI/badge.svg)
* [**View Staging (master)**](http://www-staging.rust-lang.org)
> [!NOTE]
> There are currently no reviewers for the translations available.
> If you have a suggestion to improve the translations, you may still open an issue for future reference.
> However, it likely won't be acted upon for the time being.## Development
### Running the app locally
1. Install `cargo watch` by running `cargo install cargo-watch` in your terminal.
2. To build the app and run the server, run `cargo watch -x run` in your terminal.
3. 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`](src/styles/app.scss).
- If you would like to update group data, you should edit the `yml` files in [`src/data/`](src/data/).
- If you would like to edit page content, you should edit the `hbs` files in [`templates`](templates).### Contributing
Please read our [`CONTRIBUTING.md`](CONTRIBUTING.md) before submitting a PR!
### Deployment
www.rust-lang.org is currently hosted on Heroku. The `master` branch is
automatically deployed to [www-staging.rust-lang.org](https://www-staging.rust-lang.org)
and the `deploy` branch is a snapshot of `master` that is manually updated and
automatically deployed to www.rust-lang.org .