A smarter way to manage your savings
- pyenv
- Python 3.11.4
- Flask
-
Install pyenv
-
Install Python 3.11.4
pyenv install 3.11.4
-
Install Flask
pip install Flask
-
Clone this repository
-
Change directory to
supersaver
and set local Python version to 3.11.4
cd supersaver
pyenv local 3.11.4
- Run tailwindcss command to build css as you develop
npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch
- Run app
Flask run
The frontend app will now be accessible at http://localhost:5000.