Skip to content

ericorruption/htmx-contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypermedia.systems contacts app

Dependencies

Installing

Create a virtual env:

python3 -m venv .venv

Use virtual env:

. .venv/bin/activate

Install dependencies:

# After activating virtual env
pip install -r requirements.txt

Running

Running the flask app locally:

# After activating virtual env
flask --debug run

Follow the terminal instructions to find the address of the app.

Installing new dependencies

Don't forget to re-generate requirements.txt after installing new dependencies:

pip freeze > requirements.txt

Roadmap

[ ] Custom confirmation dialogs / modals

Releases

No releases published

Packages

No packages published