Files
org-todo-pwa/README.md
2025-01-23 20:12:42 +01:00

15 lines
257 B
Markdown

# 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
```