From 3b0b479c4bc3fe38344ab39b2a12aa30abcefce1 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Wed, 24 Mar 2021 17:19:18 +1300 Subject: [PATCH] Update test page --- README.md | 4 +++- web/src/App.js | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8300acce..a53674e9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Golang based music scrobbler. MySQL backend. +Currently building on Node V15.X & Go V1.16.X + ## Setup MySQL @@ -25,4 +27,4 @@ We need to build NPM package, and then ship web/build with the binary. cd web npm install --production && npm run build go build -o goscrobble cmd/go-scrobble/*.go - ./goscrobble \ No newline at end of file + MYSQL_HOST=127.0.0.1 MYSQL_USER=goscrobble MYSQL_PASS=supersecurepass MYSQL_DB=goscrobble ./goscrobble \ No newline at end of file diff --git a/web/src/App.js b/web/src/App.js index 37845757..0bbf9357 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -7,15 +7,15 @@ function App() {
logo

- Edit src/App.js and save to reload. + go-scrobble

- Learn React + git.m2.nz/idanoo/go-scrobble