docker-compose up --build or make docker-build
The app will be running at http://localhost/
Clone repository:
git clone --recurse-submodules https://github.com/dwt/task-tracker
cd task-tracker
Create virtual env:
pyvenv .
source bin/activate
Install poetry python installer:
bin/pip install -r requirements.txt
Install python and javascript dependencies
poetry install
yarn install