Mujō is a Chrome Extension that reminds you not to over work yourself. This is the source code for that extension.
This repository is a lerna repo. I contains not only the source code for the Chrome Extension but also some supporting libraries.
- Extension - source of extension
- @mujo/plugins - utils for Mujō plugins
- @mujo/ui - ui styles and components for Mujō
- @mujo/utils - utils for Mujō
yarn
yarn build
yarn start
- Go to chrome://extensions/ and turn on developer mode
- Click Load unpacked and select
/packages/extension/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.
More about the extension
Build your own Mujō plugin!