Warning
This template is based on the Beta version of Payload. We recommend using it for testing and development purposes only.
Create a Divio Account and lick the Deploy to Divio
button above and follow the app creation wizard. Make sure:
- to add PostgreSQL within your Services.
- to add the following entries to the "Release commands" section within your Settings:
pnpm run payload migrate:create pnpm run payload migrate
For in-depth details about Divio Cloud, refer to the Divio documentation.
Install the Divio CLI to set up your app locally.
Alternatively, build this app locally using Docker:
- Ensure Docker is installed and running.
- Clone this repository locally.
- Build the app with
docker compose build
. - Build the app with
docker compose run web npm install
. - Run the app using
docker compose up
. - Open http://localhost:8000 to view your app.