Simple template to get started with Remix and PayloadCMS, without the monorepo messiness!
Copy .env.example to .env and fill the required environment variables.
yarn;
yarn dev
First, build your app for production:
yarn build
Then run the app in production mode:
yarn start
This template comes with Github Action for continuous deployment to Fly.io, but it can also be deployed to any host that accepts a docker image.
You can disable the the action by deleting ./github/workflows
and fly.toml
, or in the Actions Workflows tab on Github.