https://github.com/aabuhijleh/waterboy
A Chrome extension that reminds you to stay hydrated
https://github.com/aabuhijleh/waterboy
Last synced: about 2 months ago
JSON representation
A Chrome extension that reminds you to stay hydrated
- Host: GitHub
- URL: https://github.com/aabuhijleh/waterboy
- Owner: aabuhijleh
- License: mit
- Created: 2021-08-02T19:24:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T09:44:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T05:34:17.921Z (4 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💧 Waterboy
## ⌨️ Usage
```bash
# install dependencies
$ npm install# development mode
$ npm run dev# production build
$ npm run build# run the popup in the browser using DevServer
$ npm start
```## 🛠️ Installation
- Open [`chrome://extensions`](chrome://extensions)
- Enable `Developer mode`
- Click `Load unpacked` and open the `dist` directory