Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lechevspace/lechevspace.github.io
- Owner: LechevSpace
- License: apache-2.0
- Created: 2021-06-15T14:11:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:28:07.000Z (3 months ago)
- Last Synced: 2024-08-19T13:21:47.512Z (3 months ago)
- Topics: aerospace, development, embedded, hardware, lechev-space, open-source, product-planning, project-planning, research, rustlang, science, software, space, technology
- Language: HTML
- Homepage: https://lechev.space
- Size: 1.99 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.