Mujō is a Chrome Extension built in React. It slowly gets rid of items that you use until you take a break. Slowly trying to get you to do a breathing exercise.
Install then start-up the dev server.
git clone <repository-url>
cd Mujo-extension # or folder name you give it
npm install
To start and build the application.
npm start
- Go to chrome://extensions/ and turn on developer mode
- Click Load unpacked and select
/build
directory from this app - Enjoy the extension!
Each change will be rebuilt automatically if your server is running, you will need to refresh and changes to the public folder require a reload of the chrome application.