576 B
576 B
Stitch only png image
Installation
- Install nix
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --determinate
Follow the installation guide. For complete information: https://github.com/DeterminateSystems/nix-installer
- Setup
Run this(and wait
:))
nix-shell --pure
you can exit from the shell later.
Install rust (I think this needs to run once and not every time you enter the shell)
rustup default stable
- finally
cd StitchImg/
cargo run --release & dotnet run -c Release
wait for port 8080 and 5031