https://github.com/davidgf/in-da-zone
Pomodoro timer web extension
https://github.com/davidgf/in-da-zone
Last synced: 11 months ago
JSON representation
Pomodoro timer web extension
- Host: GitHub
- URL: https://github.com/davidgf/in-da-zone
- Owner: davidgf
- License: isc
- Created: 2022-12-09T10:51:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T14:23:11.000Z (over 3 years ago)
- Last Synced: 2025-04-09T02:26:29.858Z (over 1 year ago)
- Language: TypeScript
- Size: 477 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# In Da Zone
In Da Zone is a web browser extension that provides a simple pomodoro timer and website blocking capabilities, without asking for permissions to read all your data.
## Install
The extension can be installed on **Firefox** [from the Add-ons page](https://addons.mozilla.org/en-US/firefox/addon/in-da-zone/)
## Build the extension
### Prerequisites
You'll need [Node.js](https://nodejs.org/en/) and **npm**.
### Build
To build the extension, run the following commands in your shell:
```bash
npm install
npm run build
```
The extension will be packaged into a zip file under the `dist/` folder.
## Develop
To develop the extension, run the following commands in your shell:
```bash
npm install
npm run dev
```
This will build the extension, load it into the web browser and watch for changes. It's been tested on **Firefox**.