Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 24, 2024
1 parent 64771fc commit 179874f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@

# Contember Interface

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.
## Maintenance Only Repository

- [Start building with Contember](https://www.contember.com/start)
- [Documentation](https://docs.contember.com/)
This repository is dedicated to maintenance releases for the 1.x of Contember Interface.

## Contributing
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.

### Local development setup
1. Install [yarn classic](https://classic.yarnpkg.com/en/docs/install) or [yarn v3](https://yarnpkg.com/getting-started/install) if you haven't already.
2. Run `yarn install`
3. Run `docker-compose up`
4. Run `test -f docker-compose.override.yaml || cp docker-compose.override.dist.yaml docker-compose.override.yaml`
5. Run `docker-compose run contember-cli migrations:execute admin-sandbox`

For contributions, including new features and active development, please visit the main Contember repository:

🔗 [contember/contember](https://github.com/contember/contember)

Thank you for your interest in contributing to Contember!

-----

- [Start building with Contember](https://www.contember.com/start)
- [Documentation](https://docs.contember.com/)

0 comments on commit 179874f

Please sign in to comment.