An open API service indexing awesome lists of open source software.

https://github.com/qwasa-net/tmtrkr


https://github.com/qwasa-net/tmtrkr

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# TmTrkr

```
> make tea
```

---------------------------------------

How to `make` it:
- tea: env env_dev lint test initdb demodb run ## do magic, start from here
- env: ## create python vrtual env
- run: ## run demo server
- initdb: ## apply all db migrations
- demodb: initdb ## create demo db
- container_build: ## build tmtrkr image
- container_run: ## run tmtrkr container
- zipapp_build: clean ## pack app into .pyz, run it: 'python3 tmtrtk.pyz'