Payload CMS runs on the same process as astro to enable the usage of payload's local api.
This project uses pnpm and docker-compose for the mongo database.
-
cd into apps/web
-
Create a
.env
file from the.env.prod
template. -
Run
pnpm i
-
Then
pnpm dev
to start the development server.
pnpm build
to build and pnpm serve
to start a preview server.