No description
.vscode | ||
db | ||
src | ||
test | ||
.gitignore | ||
config.sample.toml | ||
README.md |
CPULarp Manager API
The back end for what will soon be a manager webapp for CPULarp.
Setup
You need to rename the sample config.
mv config.sample.toml config.toml
Then, add your OAuth credentials for your Discord App.
Usage
I'm pretty sure you can just run the package and it'll figure itself out.
cd src/
go run gin-cpularp.go