Loading repository data…
Loading repository data…
joao-gugel / repository
FocusPocus is a browser extension created to help you maintain focus on your studies by blocking access to pages that may distract you during focus mode.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The last published version:
FocusPocus is a browser extension created to help you maintain focus on your studies by blocking access to pages that may distract you during focus mode.

with yarn:
git clone https://github.com/jotavetech/focus-pocus.git
cd focus-pocus
yarn #install the dependencies
# chrome:
yarn dev:chrome #compile to /dest/chrome folder
# firefox:
yarn dev:firefox #compile to /dest/firefox folder
with npm:
git clone https://github.com/jotavetech/focus-pocus.git
cd focus-pocus
npm install #install the dependencies
# chrome:
npm run dev:chrome #compile to /dest/chrome folder
#firefox:
npm run dev:firefox #compile to /dest/firefox folder
A big thank you to everyone who contributed to FocusPocus