Skip to content

SlugQuest/backend

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01ceb91 · Feb 8, 2024

History

47 Commits
Feb 8, 2024
Feb 5, 2024
Feb 5, 2024
Feb 5, 2024
Feb 7, 2024
Jan 29, 2024
Jan 30, 2024
Jan 28, 2024
Jan 22, 2024
Feb 7, 2024
Jan 22, 2024
Feb 7, 2024
Feb 7, 2024
Feb 7, 2024
Feb 1, 2024
Feb 8, 2024
Feb 7, 2024
Jan 22, 2024

Repository files navigation

The backend for slugquest

Resources

Commands

# Run the program
go run main.go

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 sheel
nix develop
# Build the program
nix build
# Run the program
nix run