UNDER CONSTRUCTION
It will be an open source production scheduler utilizing the python package planbee.
Stay Tuned!
- Install VS Code and Docker Desktop
- Install Remote Development Extension for VS Code
- Clone repo
- Open in VS CODE, then you should see the following notification (Click Reopen in Container):

- Duplicate
.env.sampleand rename it.envand add the secrets. - Then Ctrl + Shift + P and select
Dev Containers: Rebuild Container - Run
make install-frontendin terminal - Run
make start-backendandmake start-frontend