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: about 16 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T14:25:54.000Z (about 3 years ago)
- Last Synced: 2025-03-27T23:51:13.604Z (18 days ago)
- Topics: rust, virtual-dom, wasm, wasm-bindgen, yew
- Language: Rust
- Homepage:
- Size: 319 KB
- Stars: 58
- Watchers: 4
- Forks: 12
- 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
## 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/`