Contember is an open source headless development platform. It makes it easy to build, maintain and operate systems for managing any type of content. Enjoy GraphQL API, role-based access control, authentication and a well-structured PostgreSQL database. Built by developers for developers.
If you wish to send a pull request, be sure to first consult the maintainers by creating an issue. We typically react very quickly and are happy to provide any guidance.
- Install yarn classic or yarn v3 if you haven't already.
- Run
yarn install
- Run
docker-compose up
- Run
test -f docker-compose.override.yaml || cp docker-compose.override.dist.yaml docker-compose.override.yaml
- Run
docker-compose run contember-cli migrations:execute admin-sandbox