Website and web server.

This commit is contained in:
Marvin Blum
2020-05-19 00:00:20 +02:00
committed by Marvin Blum
parent 96c7e85718
commit 5d170489d8
13 changed files with 1461 additions and 0 deletions

10
dev.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# This file is for local development only!
# It configures and starts the website for local development.
export MB_LOGLEVEL=debug
export MB_ALLOWED_ORIGINS=*
export MB_HOST=localhost:8080
go run main.go