Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lechevspace/lechevspace.github.io

The Lechev.space static website
https://github.com/lechevspace/lechevspace.github.io

aerospace development embedded hardware lechev-space open-source product-planning project-planning research rustlang science software space technology

Last synced: 5 days ago
JSON representation

The Lechev.space static website

Awesome Lists containing this project

README

        

# Lechev.space 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)

Rust logo and Ferries (the crab) 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.