2022-09-06 08:49:13 -04:00
# First steps
2022-08-19 08:54:11 -04:00
2022-09-02 05:52:42 -04:00
Thank you for getting involved! Before you start, please familiarize yourself with the [documentation ](https://docs.edgeless.systems/constellation ).
2022-08-19 08:54:11 -04:00
Please follow our [Code of Conduct ](CODE_OF_CONDUCT.md ) when interacting with this project.
If you want to support our development:
* Add a GitHub Star to the project
* Share our projects on social media
* Join the [Confidential Computing Discord ](https://discord.gg/rH8QTH56JN )
2022-09-03 12:21:57 -04:00
Constellation is licensed under the [AGPLv3 ](LICENSE ). When contributing, you also need to agree to our [Contributor License Agreement ](https://cla-assistant.io/edgelesssys/constellation ).
2022-08-19 08:54:11 -04:00
2022-09-06 08:49:13 -04:00
# Developer docs
We have some documentation, guidelines and conventions that you can go through to familiarize yourself with the project and get started hacking on it.
* Building, testing, deploying: [local development ](/.github/docs/development.md )
* [Code conventions ](/.github/docs/conventions.md#code-conventions )
* [Process conventions ](/.github/docs/conventions.md#process-conventions )
* [Repository layout ](/.github/docs/layout.md#repository-layout )
* [Upgrading Kubernetes ](/.github/docs/upgrade-kubernetes.md )