Google chrome extension to help you focus on the things that really matter.
- Download the chrome extension on the Google chrome store here.
- Open the chrome popup and add new domains to be blocked, e.g:
domain.com
. - Toggle the chrome extension on/off by clicking on either Enable or Disable mode.
- Enjoy your meditation breaks for increased focus and productivity.
- Fork and clone this repository.
- Run
nvm install
to use the required Node version. - Run
npm install
to install the required dependencies. - Create the build directory:
mkdir build
. - Create a branch:
git checkout -b feature-name
. - Complete any necessary changes or features. For bundling with watchify:
npm run watch
. - Make sure the linting/tests all pass by running
npm test
. - Submit a pull request.
- Development scripts in
scripts/
build.sh/
:npm run build
watch.sh/
:npm run watch
lint.sh/
:npm run lint
test.sh/
:npm run test
- Photo assests in
png/
- JavaScript bundle in
build/
(see.gitignore
) - React components in
src/js/popup/components
- Enzyme tests in
test/