#516: Better description for local development

This commit is contained in:
frikky
2021-09-14 12:59:31 +02:00
parent b0908b1f0c
commit 5927d2e1a9
+1
View File
@@ -84,6 +84,7 @@ npm start
http://localhost:5001 - REST API - requires [>=go1.13](https://golang.org/dl/)
```bash
export SHUFFLE_OPENSEARCH_URL="http://localhost:9200"
export SHUFFLE_ELASTIC=true
cd backend/go-app
go run *.go
```