Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 600 Bytes

File metadata and controls

27 lines (19 loc) · 600 Bytes

Chroncile

This is a code stats tool extension for vscode (and hopefully neovim in the future)

Development

Running the project

# Copy .env.example to .env
cp .env.example .env

# Run all backend services
docker compose up -d 

# Run analytics job
docker compose exec jobmanager flink run --detach -c file_segment_analytics.FileSegmentAnalyticsJob /opt/flink/usrlib/chronicle_analytics_job-1.0.jar

# Run frontned
cd frontend 
bun install 
bun dev