A progressive web app for decentralized resource distribution during natural disaster relief.
To download the map file, you need to have Git LFS installed.
Navigate to your desired directory, then clone the repository:
git clone https://github.com/hyojunm/ember.gitSet up a virtual environment and install dependencies:
python3 -m venv my_env
source my_env/bin/activate
python3 -m pip install -r requirements.txtInitialize the sqlite database file (if needed):
python3 -m app.util.init_dbRun the app:
flask run --debug