Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.