Skip to content

Foosvald/osvald-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Written in Rust using the Yew framework which compiles to WebAssembly. This is of course totally overkill for a simple static site like this which could have just been done as 2 HTML files instead...

How to run locally

  1. Install Rust: https://www.rust-lang.org/tools/install
  2. Install WebAssembly target: rustup target add wasm32-unknown-unknown
  3. Install Trunk: cargo install trunk
  4. Run locally on port 8080: trunk serve (see results on http://localhost:8080)

How to deploy

  1. Build release files in dist/: trunk build --release
  2. Host the dist folder in any way you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published