Simple redirects or URL shorteners for quick business flows.
This project is using Remix. See the Remix docs and the Remix Vite docs for details on supported features.
Install Bun or Node.js with npm/pnpm/Yarn.
Run the Vite dev server:
bun dev
First, build your app for production:
bun build
Then run the app in production mode:
bun start
Now you'll need to pick a host to deploy it to.
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of bun build
build/server
build/client