itsjustmath / source

Mujō is a Chrome extension that reminds you not to over work yourself.

Home Page:https://getmujo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

npm i
npm run bootstrap:hoist
npm run bootstrap
npm start # starts the extension

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 extension specific docs

About

Mujō is a Chrome extension that reminds you not to over work yourself.

https://getmujo.com/

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.7%Language:Shell 0.2%