https://github.com/amorriscode/merit
⏲ Time well spent.
https://github.com/amorriscode/merit
chrome chrome-extension productivity productivity-tools time-management
Last synced: about 2 months ago
JSON representation
⏲ Time well spent.
- Host: GitHub
- URL: https://github.com/amorriscode/merit
- Owner: amorriscode
- Created: 2021-02-20T01:51:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T20:08:39.000Z (over 5 years ago)
- Last Synced: 2025-02-11T15:21:14.422Z (over 1 year ago)
- Topics: chrome, chrome-extension, productivity, productivity-tools, time-management
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/merit/dbkbbgmbcgjglfahkfadgnemddbhighk
- Size: 158 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# merit
A Chrome Extension that helps keep you productive. Earn credits when you're focused and spend them when you need a break.
## Getting started
Install the dependencies.
```bash
yarn install
```
To build the extension, and rebuild it when the files are changed, run
```yarn
yarn start
```
After the project has been built, a directory named `dist` has been created. You have to add this directory to your Chrome browser:
1. Open Chrome.
2. Navigate to `chrome://extensions`.
3. Enable _Developer mode_.
4. Click _Load unpacked_.
5. Select the `dist` directory.