Skip to content

SlugQuest/backend

Repository files navigation

The backend for SlugQuest

Running the server

The server can be compiled into an executable and ran locally:

# Compile into an executable
go build -o server
./server

Nix

An easy way to develop and run. Install from here.

Set up flakes with:

mkdir ~/.config/nix
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

Commands:

# Get a development shell
nix develop

# Build the program
nix build

# Run the program
nix run

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •