The CMS used by accords-library.com, using PayloadCMS
Go to file
DrMint 14622450cf Added break block 2024-03-15 21:19:23 +01:00
.vscode Added folders 2024-01-20 03:25:52 +01:00
public Adding styling 2023-07-22 20:32:18 +02:00
src Added break block 2024-03-15 21:19:23 +01:00
.env.example Improve editor + added imports 2023-10-23 22:39:17 +02:00
.gitignore Spent the weekend improving stuff 2023-10-30 00:10:11 +01:00
.ncurc.yml Testing custom endpoint 2023-07-27 23:36:20 +02:00
Dockerfile Initial commit 2023-07-14 13:03:01 +02:00
README.md Initial commit 2023-07-14 13:03:01 +02:00
docker-compose.yml Fix typescript errors 2024-03-13 03:15:14 +01:00
nodemon.json Initial commit 2023-07-14 13:03:01 +02:00
package-lock.json Collectible get by slug endpoint + fixes 2024-03-08 23:26:54 +01:00
package.json Added support for upload node 2024-03-13 02:26:47 +01:00
podman.yml Updated everything 2024-02-02 12:57:57 +01:00
prettier.config.js Added Categories 2023-07-14 16:42:37 +02:00
tsconfig.json Lots of things, again, again 2023-08-19 21:11:22 +02:00

README.md

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