Mujō Source
Mujō is a Chrome Extension that reminds you not to over work yourself. This is the source code for that extension.
About this repository
This repository is a lerna repo. I contains not only the source code for the Chrome Extension but also some supporting libraries.
Packages
- Extension - source of extension
- @mujo/plugins - utils for Mujō plugins
- @mujo/ui - ui styles and components for Mujō
- @mujo/utils - utils for Mujō
Running
yarn
yarn build
yarn start
Installing into Chrome
- 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.
Find more info
More about the extension
Build your own Mujō plugin!