No description
Find a file
olymrifki a193194d4a Merge pull request 'add scoring infra' (#2) from scoring into master
Reviewed-on: #2
Reviewed-by: olymrifki <olym.amali@formulatrix.com>
2025-11-20 03:17:55 +00:00
src connect to csharp 2025-07-07 16:07:14 +07:00
StitchImg connect to csharp 2025-07-07 16:07:14 +07:00
.env connect to csharp 2025-07-07 16:07:14 +07:00
.gitignore add scoring infra 2025-11-19 14:42:05 +00:00
Cargo.lock connect to csharp 2025-07-07 16:07:14 +07:00
Cargo.toml connect to csharp 2025-07-07 16:07:14 +07:00
global.json connect to csharp 2025-07-07 16:07:14 +07:00
mise.toml add scoring infra 2025-11-19 14:42:05 +00:00
README.md fix after tying to install in new device 2025-07-07 16:58:24 +07:00
shell.nix connect to csharp 2025-07-07 16:07:14 +07:00
WebApplication1.sln connect to csharp 2025-07-07 16:07:14 +07:00

Stitch only png image

Installation

  1. 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

  1. 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
  1. finally
cd StitchImg/
cargo run --release & dotnet run -c Release

wait for port 8080 and 5031