/repay

Primary LanguageTypeScript

Welcome to RePay!

Simple template to get started with Remix and PayloadCMS.

Development

run docker compose up -d or...

  1. make sure you have a mongodb running on port 27017
  2. create a .env file in the root of the project and add the following environment variables:
    PAYLOAD_SECRET=secret
    MONGODB_URI=mongodb://localhost:27017/app
  3. run yarn dev

Production

First, build your app for production:

yarn build

Then run the app in production mode:

yarn start

Deployment

Deploy on Railway

one-click deployment on Railway! 🚂