Skip to content

MarchCraft/fscs-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor to Display relevant information to the Display at HHU

Build

Overview

Installation

Important: for this project to work it is required to disable CORS plugins are availabe:

Make shure you have installed the latest version of Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Then install the Dependencies and set the build-target to WebAssambly:

cargo install trunk
rustup target add wasm32-unknown-unknown

Build the app via trunk:

trunk build --release

Or serve it via trunk (note the Font is only linked correctly when you build the app not when serving):

trunk serve

TODOs:

  • Refactor Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.7%
  • HTML 4.3%