Create PR and vercel will create a preview build based on the PR
Merge PR into "stage" branch and vercel will build to staging environment
Merge PR from "stage" to "main" and vercel will build to prod environment
To run your Remix app locally, make sure your project's local dependencies are installed:
pnpm install
Afterwards, start the Remix development server like so:
pnpm run dev
Open up http://localhost:3001 and you should be ready to go!
If you're used to using the vercel dev
command provided by Vercel CLI instead, you can also use that, but it's not needed.
This currently requires you to also run the current portal backend on localhost:4200 in order to run. I am working with the backend team to whitelist localhost and enable us to hit the backend.staging.portal.pokt.network endpoints.