Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 392 Bytes

halfpixelstudios.com

the homepage for HalfPixelStudios written in rust with the yew framework (cuz why not).

SETTING UP FOR DEVELOPMENT

following the instructions on the yew docs. First install the web assembly target:

$ rustup target add wasm32-unknown-unknown

Next install trunk:

$ cargo install trunk