This extension helps you stop procrasinating. It allows you to:
- Block certain sites
- Set times to block these sites
Available on Firefox and Chrome.
The recommended node version is the latest one, in my case it's 10.15.3
, then also use the latest npm and yarn versions. For yarn I used 1.12.3
and for npm I used 6.4.1
. You can pratically build this on any operating system, just don't use too old ones.
- Clone the git repository
cd
in the just downloaded folder- Use yarn or npm to install the packages:
npm install
oryarn install
- Then run
yarn run build
ornpm run build
to build the extension.