make build
# cross build
make build GOOS=linux GOARCH=amd64
# if you want to use sqlite3, must compile with CGO enable
请参考 config.template.yaml
./blockquiz migrate
./blockquiz --debug --config your.config.file.path http --port 8080
./blockquiz --debug --config your.config.file.path run