To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
Continuously build the tailwind config using the cli:
bunx tailwindcss -i ./src/input.css ./public/output.css --watch
You can deploy this on Railway. A docker container is the easiest way to deploy this code. Check out the dockerfile.