A simple HTTP file server that serves static files from a public folder on your local network.
pnpm installpnpm startThe server will run on port 8080 and serve files from the public folder.
pnpm buildCreates a standalone executable in the dist folder.