Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamiyaa/website-wasm
My personal website written in rust via yew/wasm
https://github.com/kamiyaa/website-wasm
rust virtual-dom wasm wasm-bindgen yew
Last synced: 24 days ago
JSON representation
My personal website written in rust via yew/wasm
- Host: GitHub
- URL: https://github.com/kamiyaa/website-wasm
- Owner: kamiyaa
- Created: 2020-09-12T14:49:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T14:25:54.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:06:01.484Z (3 months ago)
- Topics: rust, virtual-dom, wasm, wasm-bindgen, yew
- Language: Rust
- Homepage:
- Size: 319 KB
- Stars: 58
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yew - website-wasm - My personal website written in Rust via Yew/Wasm. (Projects)
README
# website-wasm
My personal website written in rust via yew/wasm![Alt text](screenshot.png?raw=true "website-wasm")
## Dependencies
see [here](https://yew.rs/docs/en/getting-started/build-a-sample-app)
- [python3](https://www.python.org/)
- [sassc](https://github.com/sass/sassc)## Building
Build wasm
```
$ ./build.sh
```
Build sass
```
$ cd scss
$ ./gen_css.sh
```## Running
```
$ ./run.sh
```
navigate to `http://localhost:8080/`