Skip to content

zpervan/kolab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kolab

Setup

Install your Rust setup environment - follow this guide. We use trunk for our WASM application bundler and can be installed via Cargo:

cargo install trunk

Additionally, WASM has it's architecture target within Rust which is needed to run the application and can be installed like:

 rustup target add wasm32-unknown-unknown

Run

Frontend

The frontend is powered by WASM with Trunk. In order to run the frontend application, do the following:

$ kolab/frontend > trunk serve

Backend

$ kolab/backend > cargo run --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published