Remix and Next-ui starter
The document provides instructions for deploying and running a Remix x Next UI Remix app. It explains the deployment process using Vercel as the deployment target and provides an alternative method for deploying the app without using a Git repository. Additionally, it instructs on running the Remix app locally.
To deploy the Remix x Next UI Remix app with Vercel:
create-remix and choose “Vercel” as the deployment target.To deploy the app without using a Git repository using Vercel CLI:
vercel to deploy the directory.To run the Remix app locally:
remix dev or vercel dev).The document provides step-by-step instructions for deploying and running a Remix x Next UI Remix app. It explains the deployment process using Vercel and offers an alternative deployment method without using a Git repository. It also guides users on running the app locally for development purposes.