Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.17 KB

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

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!