T

tokei-pie-chart

Visualize your code statistics with Pie Chart

プラットフォームZeabur
展開済み0
発行者frostming
展開済み0
発行者frostming
作成日2024-10-18
サービス
service icon
タグ
ToolBot

Tokei Pie Cooker

Visualize your code statistics with Pie Chart


🚀 Demo Website 🚀

Start locally

This project requires Python 3.10 or later.

It is managed by PDM. Please refer to the Installation Guide to install PDM first.

# install dependencies
pdm install
# start development server
pdm dev
# Now visit http://localhost:5000

Deployment

As a container

docker run -v ./tokei-caches:/app/.caches -p 8000:8000 -d frostming/tokei-pie-cooker

# Visit http://localhost:8000

Credits