Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

50 lines (29 loc) · 1.51 KB

Contributing to CC Open Source

Thank you for your interest in contributing to CC Open Source! This document is a set of guidelines to help you contribute to this project.

Code of Conduct

By participating in this project, you are expected to uphold our Code of Conduct.

Project Documentation

The README in the root of the repository should contain or link to project documentation. If you cannot find the documentation you're looking for, please file a GitHub issue with details of what you'd like to see documented.

How to Contribute

Please follow the processes in our general Contributing Code guidelines on the Creative Common Open Source website.

Questions or Thoughts?

Talk to us on one of our community forums.

Development

The following tools are recommended when setting up a development environment.

  • Docker / docker-compose

Setting environment variables

Copy the file /development/.env.example to /development/.env and change the variables to desired values (or leave as they are.)

Running the development server

Once you have installed the dependencies and configured the environment variables, run the development server with the following command from within the /development/ folder:

docker-compose up