Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simbleau/website

My personal website's source code
https://github.com/simbleau/website

rust website yew

Last synced: 12 days ago
JSON representation

My personal website's source code

Awesome Lists containing this project

README

        

# Spencer C. Imbleau's Website

**To view the website, [click here](https://spencer.imbleau.com).**

[![last release](https://img.shields.io/github/release-date/simbleau/website?logo=github&label=Last%20Release)](https://github.com/simbleau/website/releases)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/simbleau/website/ci.yml?logo=github&label=CI)](https://github.com/simbleau/website/actions/workflows/ci.yml)

## About

My website is written in Rust with a frontend framework called [Yew](https://yew.rs), compiled to WebAssembly. Code is tested using [GitHub Actions](https://github.com/simbleau/website/actions/workflows/ci.yml) and deployment is automated through CI/CD with Terraform. Pushing to `main` will deploy to prod (AWS) and cutting a new [release](https://github.com/simbleau/website/releases/tag/latest) will attach the optimized `dist/` and sh256 hashes.

## 🔧 Development

- **Dependencies**
- [Rust](https://www.rust-lang.org/)
- [Trunk](https://trunkrs.dev/) (`cargo install trunk`)
- `wasm32-unknown-unknown` (`rustup target add wasm32-unknown-unknown`)

- **Serve**:

```bash
trunk serve --open
```

## License

Licensed under either of

- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license
([LICENSE-MIT](LICENSE-MIT) or )

at your option

## 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.