mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 00:21:55 +00:00
Update test page
This commit is contained in:
parent
c12722ab5a
commit
3b0b479c4b
@ -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
|
||||
MYSQL_HOST=127.0.0.1 MYSQL_USER=goscrobble MYSQL_PASS=supersecurepass MYSQL_DB=goscrobble ./goscrobble
|
@ -7,15 +7,15 @@ function App() {
|
||||
<header className="App-header">
|
||||
<img src={logo} className="App-logo" alt="logo" />
|
||||
<p>
|
||||
Edit <code>src/App.js</code> and save to reload.
|
||||
go-scrobble
|
||||
</p>
|
||||
<a
|
||||
className="App-link"
|
||||
href="https://reactjs.org"
|
||||
href="https://git.m2.nz/idanoo/go-scrobble"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Learn React
|
||||
git.m2.nz/idanoo/go-scrobble
|
||||
</a>
|
||||
</header>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user