This is a CMS System based on Payload CMS.
- Create
.env
file according to.env.example
file. - Run
yarn dev
to 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.yml
todocker-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.yml
todocker-compose.yml
- Modify port settings of the payload service
- Run
docker compose up -d
to start the server