Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadrosid/timeboxing
Super simple time boxing.
https://github.com/ahmadrosid/timeboxing
Last synced: 6 days ago
JSON representation
Super simple time boxing.
- Host: GitHub
- URL: https://github.com/ahmadrosid/timeboxing
- Owner: ahmadrosid
- Created: 2024-08-22T04:06:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:31:47.000Z (21 days ago)
- Last Synced: 2024-10-18T02:30:05.416Z (19 days ago)
- Language: Svelte
- Homepage: https://time.ngooding.com
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timeboxing
A super simple timeboxing app that runs exclusively in your browser.
## Developing
Once you've created a project and installed dependencies with `bun install`, start a development server:
```bash
bun run dev# or start the server and open the app in a new browser tab
bun run dev -- --open