📖 See the Remix docs and the Remix Vite docs for details on supported features.
Run the Vite dev server:
npm run dev
First, build your app for production:
npm run buildThen run the app in production mode:
npm startNow 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 npm run build
build/serverbuild/client
Colour temperature selection
#82dce6 -> #e6bd3f translates to colour temps between 222 and 454 (you can get this from color_temperature.mirek_schema.mirek_(minimum|maximum))
Use this site to generate the gradient https://cssgradient.io/
