2024-06-22 00:45:27 +02:00
2024-01-20 03:25:52 +01:00
2023-07-22 20:32:18 +02:00
2024-06-19 10:58:19 +02:00
2024-05-12 17:14:24 +02:00
2023-10-30 00:10:11 +01:00
2023-07-27 23:36:20 +02:00
2024-04-14 14:49:11 +02:00
2023-07-14 13:03:01 +02:00
2023-07-14 13:03:01 +02:00
2024-06-22 00:45:27 +02:00
2024-06-22 00:45:27 +02:00
2024-02-02 12:57:57 +01:00
2023-07-14 16:42:37 +02:00
2023-07-14 13:03:01 +02:00
2023-08-19 21:11:22 +02:00

payload

This project was created using create-payload-app using the blank template.

How to Use

yarn dev will start up your application and reload on any changes.

Docker

If you have docker and docker-compose installed, you can run docker-compose up

To build the docker image, run docker build -t my-tag .

Ensure you are passing all needed environment variables when starting up your container via --env-file or setting them with your deployment.

The 3 typical env vars will be MONGODB_URI, PAYLOAD_SECRET, and PAYLOAD_CONFIG_PATH

docker run --env-file .env -p 3000:3000 my-tag

Description
The CMS used by accords-library.com, using PayloadCMS
Readme 1.4 MiB
Languages
TypeScript 98.1%
SCSS 1.5%
JavaScript 0.2%
Dockerfile 0.2%