diff --git a/readme.md b/readme.md index 332214d..b4a2720 100644 --- a/readme.md +++ b/readme.md @@ -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 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 +9. http://localhost:2239 ## license diff --git a/server.js b/server.js index 15537f3..5a8f072 100644 --- a/server.js +++ b/server.js @@ -67,3 +67,4 @@ router.get("/static/wordcloud.js", defineEventHandler({ })) createServer(toNodeListener(app)).listen(2239) +console.log("running on http://localhost:2239")