# org-todo-pwa Progressive web app for adding org mode todos ## Build ```docker build -t org-todo-pwa .``` ## Compose ``` # Navigate to the project directory cd /home/fredrik/dev/org-todo-pwa # Build and start the services docker-compose up --build ```