huh, you shouldnt have to do a 'standalone build' just to have a build. npm run build, npm start? or where are you hosting?
Discussion
There is no build script in the package json of nostr tools. But it’s still simple enough. Clone the repo, install bun, and run:
$ bun run build.js
$ tsc
(You can probably use node instead of bun)
Then the bundle file will be in the lib folder and you can just serve it with the rest of your app