Skip to content

manawiki/repay

Repository files navigation

Welcome to RePay!

Simple template to get started with Remix and PayloadCMS, without the monorepo messiness!

repay-header

Development

Copy .env.example to .env and fill the required environment variables.

yarn;
yarn dev

Deployment

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.