After every push to main, we need to update the docker image
docker build -t ghcr.io/contentql/pin-hcms:latest . --platform linux/amd64
docker push ghcr.io/contentql/pin-hcms:latest
sudo docker pull ghcr.io/contentql/pin-hcms:latest
sudo docker run --network="host" -e DATABASE_URI=mongodb://127.0.0.1/pin-hcms ghcr.io/contentql/pin-hcms:latest
pnpm pull
pnpm i
pnpm generate:types
pnpm dev
- pages
- blogs
Both the collections we create should have the idea of:
- Blocks in every page and blog
- Dynamic Generation using the render which we already use in
pin-contentql
- Clear documentation on how to create blocks in frontend and backend.
NEXT_PUBLIC_PUBLIC_URL
env variable should not have /
at the ends