Put the port in the readme

This commit is contained in:
Cadence Ember 2025-04-01 00:02:17 +13:00
parent 44e1b73b1f
commit 9951842594
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -67,3 +67,4 @@ router.get("/static/wordcloud.js", defineEventHandler({
}))
createServer(toNodeListener(app)).listen(2239)
console.log("running on http://localhost:2239")