Skip to content

spa-server distribution package

Docker Image

The docker image is distributed at Github Packages as ghcr.io/fornetcode/spa-server.

shell
docker pull ghcr.io/fornetcode/spa-server:latest

From Code

There no plan to release binary package. You can git clone the code and build yourself.

shell
git clone --recursive https://github.com/fornetcode/spa-server
cargo build --package spa-server --release

# you could install it to your local server
cd server
cargo install --bin spa-server --path .