- Svelte 74.4%
- Nix 12.8%
- TypeScript 8.1%
- HTML 4%
- JavaScript 0.5%
- Other 0.2%
| src | ||
| static | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
Steep
See Steep in action at: steep.woach.me
Steep is a simple app implementing a Time Management Method similar to Pomodoro.
You start a timer when you begin the task, at any point you can take a break equal to one third the time you've worked on the task.
I found Pomodoro to break my flow right as I had gotten into it, and so looked for alternatives. I believe I saw a reddit comment detailing this method, but I've been unable to find it since. If you know the origins of this method please let me know.
Steep is a mobile and desktop friendly progressive web app, so download it and use it as you would any other app. Steep allows you to modify that generous one third value, as well as to keep track of how long each work or break session has gone on for. It also lets you pause the time for interruptions which are neither leisure nor work.
Getting up and running
If you want to host your own version instance of Steep, or tinker around with it please do!
# Use nix to install all dependencies and enter the environment
> nix develop
# Install node dependencies with yarn
> yarn
# Run a development server to make sure everything is good
> yarn run dev
# Build the project when you are ready to!
> yarn run build
If you host your own version of steep and decide to change the link which the Git icon links to (which would be appropriate), then I'd encourage you to link back to this repository in your attributions!