The CMS used by accords-library.com, using PayloadCMS
Go to file
DrMint 39d96bd6ba Added example env file 2023-07-26 08:01:49 +02:00
.vscode Added Categories 2023-07-14 16:42:37 +02:00
public Adding styling 2023-07-22 20:32:18 +02:00
src Fix css 2023-07-26 01:30:21 +02:00
.env.example Added example env file 2023-07-26 08:01:49 +02:00
.gitignore Initial commit 2023-07-14 13:03:01 +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 Initial commit 2023-07-14 13:03:01 +02:00
nodemon.json Initial commit 2023-07-14 13:03:01 +02:00
package-lock.json Access control 2023-07-26 01:14:10 +02:00
package.json Access control 2023-07-26 01:14:10 +02:00
prettier.config.js Added Categories 2023-07-14 16:42:37 +02:00
tsconfig.json More updates 2023-07-22 20:32:48 +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