Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #260

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Code Climbers CLI

A command-line interface tool for climbers to track their daily coding achievements. Made up of 3 pieces. A Node server
A command-line interface tool for climbers to track their daily coding stats. Made up of 3 pieces. A Node server
with a restful api that delivers a Single Page application and a CLI that allows the user to turn the server on and off
and control some of their preferences.

The goal is to allow the user to be able to run the command `npx codeclimbers start` and not have to do anything else
after that point. They could then view their dashboard and install sources from their browser
at `localhost:14400`
at `local.codeclimbers.io`

## Features

- Measure daily work
- (Future) Measure deep work
- (Future) View progress over time
- (Future) Community mods like gamification or interruptions manager
- Measure deep work
- View progress over time
- Community mods like gamification or interruptions manager

## Quickstart

Expand Down
Loading