Created with htmx + tailwindcss + flask + OMDb API
- Clone repository.
- Copy
.env.development
in.env
file with your keys. - Create
series.json
with empty[]
insideassets
folder. - Run
pip install -r requirements.txt
. - Run
flask --app app.py --debug run
.