Skip to content

tiacsys/hecate-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hecate Server

Configuration

  • Modify backend/Rocket.toml to match your environment for:
    • server IP and port

Building and running

  • Install the rust wasm32 target and the trunk web-application bundler:

    rustup target add wasm32-unknown-unknown
    cargo install trunk
  • Build the web-application:

    cd ui
    trunk build --release
    cd ..
  • Run the server:

    cd backend
    cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published