mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 08:25:14 +00:00
Update test page
This commit is contained in:
parent
c12722ab5a
commit
3b0b479c4b
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Golang based music scrobbler. MySQL backend.
|
Golang based music scrobbler. MySQL backend.
|
||||||
|
|
||||||
|
Currently building on Node V15.X & Go V1.16.X
|
||||||
|
|
||||||
|
|
||||||
## Setup MySQL
|
## 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
|
cd web npm install --production && npm run build
|
||||||
go build -o goscrobble cmd/go-scrobble/*.go
|
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">
|
<header className="App-header">
|
||||||
<img src={logo} className="App-logo" alt="logo" />
|
<img src={logo} className="App-logo" alt="logo" />
|
||||||
<p>
|
<p>
|
||||||
Edit <code>src/App.js</code> and save to reload.
|
go-scrobble
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
className="App-link"
|
className="App-link"
|
||||||
href="https://reactjs.org"
|
href="https://git.m2.nz/idanoo/go-scrobble"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
Learn React
|
git.m2.nz/idanoo/go-scrobble
|
||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user