Note: This was a React-Redux implementation of WatTerm, packaged with webpack. It is renamed to MercuryWM and moved to a new repository.
WatTerm is a Chrome extension that transforms your new tab page into a multi-windowed terminal environment.
git clone https://github.com/LenKagamine/wat-term-react.git
npm install
npm run webpack
- This will also make webpack to watch for changes and rebuild on save
To build a production version, run npm run prod
.
To run the extension, load the build
directory into Chrome and open a new tab.