What if the scheduler wasn't INSIDE myradio? what then huh? We also bring in some admin tools and allow for observations at a glance for if shows actually happened.
You can setup this up in docker, but if you want to develop it might be easier to be closer to the metal and run on your machine. Simply install the pyton env and run the the main file. Make sure to fill out the an appropriate env file.
npm i
npm run build:css
pip install -r requirements.txt
python main.py
The server will be live on 127.0.0.1:6339
- check, the port may be different.
If you change the style.css file, you need to run the following command to update the tailwind CSS:
npm run build:css
Note this project uses Tailwind and DaisyUI for styling. If you must add global styles, you can do so in the style.css
file in the root of the project. Do NOT edit the tailwind.css file in the static
folder.
Not in priority order
- View clashes on custom time slot form update
- Include a way to update PIS News
- See a shows sign in percentages on list shows page
With thanks to the icon image source - this image was altered by removing it's backgound.