Skip to content

theandrew168/jamql

Repository files navigation

JamQL

Smart playlists for Spotify

Setup

This project depends on the Go programming language.

Running

If actively working on frontend templates, set ENV=dev to tell the server to reload templates from the filesystem on every page load.

# make run
ENV=dev go run main.go

Testing

# make test
go test -v ./...