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.sample
and rename it.env
and add the secrets. - Then Ctrl + Shift + P and select
Dev Containers: Rebuild Container
- Run
make install-frontend
in terminal - Run
make start-backend
andmake start-frontend