Put the port in the readme
This commit is contained in:
parent
44e1b73b1f
commit
9951842594
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ but the idea is you can more easily search your whole collection and play it str
|
||||||
6. node scripts/populate-albums-tracks.js
|
6. node scripts/populate-albums-tracks.js
|
||||||
7. node scripts/load-tags.js (if you want to be able to search through album tags. takes a while to run)
|
7. node scripts/load-tags.js (if you want to be able to search through album tags. takes a while to run)
|
||||||
8. node server.js
|
8. node server.js
|
||||||
|
9. http://localhost:2239
|
||||||
|
|
||||||
## license
|
## license
|
||||||
|
|
||||||
|
|
|
@ -67,3 +67,4 @@ router.get("/static/wordcloud.js", defineEventHandler({
|
||||||
}))
|
}))
|
||||||
|
|
||||||
createServer(toNodeListener(app)).listen(2239)
|
createServer(toNodeListener(app)).listen(2239)
|
||||||
|
console.log("running on http://localhost:2239")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue