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