-
-
Notifications
You must be signed in to change notification settings - Fork 15
For Developers [Incomplete]
The Real Fake Admin edited this page Dec 14, 2023
·
1 revision
CSB7.0 is an opensource implementation of CosmoQuest's Citizen Science Builder software. The goal of this software is to provide a simple interface
See code_of_conduct.md
for our Code of Conduct.
It is recommended to use docker instead of a local installation.
- See the Docker Docs for information on how to install Docker on your specific Operating System.
- Make sure to also install the Docker Compose.
- You can check Docker Compose is installed by using the
docker compose version
command.
- Download the dependencies and build the container with
docker compose build
. - To run CSB7.0, run
docker compose up
Text Here.
See CONTRIBUTING.md
for our Contributing Guidelines.