belltracker / belltracker.github.io

Bell Tracker 1.1.0
https://belltracker.github.io
MIT License
2 stars 1 forks source link

Trying Frozen-Flask for stable releases of bell tracker #17

Open OkiStuff opened 4 years ago

OkiStuff commented 4 years ago

Github pages can only host static files such as simple HTML files. So there isn't really any way to host Flask based websites. There is something called frozen flask that turns Flask projects into static files. This is probably going to cause some bugs because the Flask project also saves bell numbers to the bells.txt and goals to goal.txt (Goals are inside the dev build right now.) So i will be creating another branch testing Frozen Flask and if it works I will be implementing it for the master branch! But right now you can only run the website locally.

OkiStuff commented 4 years ago

This new version of bell tracker should come out tomorrow!

OkiStuff commented 4 years ago

If you know a other option for running Flask apps on Github Pages then please post it at #15