[ HORNET-Storage/HORNETS-Nostr-Relay ] Merge pull request #97 from HORNET-Storage/fix/build-bat-working-directory
Changed default port to 11000. Fixed the build scripts so Vite auto-generates the config.yaml if it isn't there, or it detects the one present in case you want to change the port before building. Updated the readme to explain this.
Made sure dev mode only has the panel available on +3 the base port (port 11003) (react dev server with hot reload). and production mode only has the panel available on +2 the base port (port 11002) (real web server).