Simple template to get started with Remix and PayloadCMS.
run docker compose up -d
or...
- make sure you have a mongodb running on port 27017
- 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
- run
yarn dev
First, build your app for production:
yarn build
Then run the app in production mode:
yarn start
one-click deployment on Railway! 🚂