https://github.com/qwasa-net/tmtrkr
https://github.com/qwasa-net/tmtrkr
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qwasa-net/tmtrkr
- Owner: qwasa-net
- License: mit
- Created: 2022-05-17T13:41:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T10:28:48.000Z (9 months ago)
- Last Synced: 2024-08-19T11:23:10.098Z (9 months ago)
- Language: Python
- Size: 159 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'