Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerorust/aerorust.github.io
https://aerorust.org - The AeroRust community website - building the Rust 🦀 ecosystem for Aerospace 🚀 applications
https://github.com/aerorust/aerorust.github.io
aerorust community ecosystem hacktoberfest robotics rust rustlang space website
Last synced: about 2 months ago
JSON representation
https://aerorust.org - The AeroRust community website - building the Rust 🦀 ecosystem for Aerospace 🚀 applications
- Host: GitHub
- URL: https://github.com/aerorust/aerorust.github.io
- Owner: AeroRust
- License: apache-2.0
- Created: 2020-01-04T06:57:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T02:14:44.000Z (about 2 months ago)
- Last Synced: 2024-11-05T03:20:03.016Z (about 2 months ago)
- Topics: aerorust, community, ecosystem, hacktoberfest, robotics, rust, rustlang, space, website
- Language: HTML
- Homepage: https://aerorust.org
- Size: 12.6 MB
- Stars: 17
- Watchers: 6
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# AeroRust community website
### Development
#### Run `Zola`
You need to [install `zola`](https://www.getzola.org/documentation/getting-started/installation/) (a static site generator).
Run in your terminal:
```bash
zola serve
```#### Run `npm`
For the front-end part (scss, javascript) you need `npm` & `webpack`.Run in a separate terminal window:
```bash
npm run dev
```### License
Code is licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)Crates.io & Rust logos are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), for more information see the [official Rust Foundation website](https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/)
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.