Development
If you plan to work on CueObserve code and make changes, this documentation will give you a high level overview of the components used and how to modify them.
Overview
Getting code & starting development servers
git clone https://github.com/cuebook/CueObserve.git
cd CueObserve
docker-compose -f docker-compose-dev.yml --env-file .env.dev up --build Backend Development
Configure environment variables
Celery Development
Testing
Last updated
Was this helpful?