This is a CMS System based on Payload CMS.
- Create
.envfile according to.env.examplefile. - Run
yarn devto start the development server. - Go to http://localhost:3000/admin to access admin portal
- Install docker and docker compose on your system
- Copy
docker-compose.dev.ymltodocker-compose.yml - Run
docker compose up -d - Go to http://localhost:3000/admin to access admin portal
- Install docker and docker compose on the server
- Copy
docker-compose.prod.ymltodocker-compose.yml - Modify port settings of the payload service
- Run
docker compose up -dto start the server
