No description
- Python 94.5%
- Shell 4.3%
- Dockerfile 1.2%
|
Some checks are pending
Transform and publish to Github Pages / transform-and-publish-to-github-pages (push) Waiting to run
|
||
|---|---|---|
| .github | ||
| blog | ||
| data | ||
| post-transforms.private | ||
| streamlit | ||
| transforms | ||
| transforms.private | ||
| .gitignore | ||
| Dockerfile | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
| transform | ||
| transform.private | ||
__stats
__stats is a collection of personal statistics, some of which are exposed publicly.
Deploy
There is a script to "compile" the data and put it in the docs folder. It is put in the docs folder because Github does not allow custom folders.
Docker
docker build . -t stats:latest
docker run --rm -it -p 8501:8501 stats:latest