Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 452 Bytes

File metadata and controls

26 lines (17 loc) · 452 Bytes

Tetration Scribe

In place annotation editing extension for Tetration. Requires software version 2.3+

CLI Commands

Development

npm run watch

Starts the watcher for building content script when a file changed.

npm run popup

Starts the watcher for building popup when a file changed.

Building

npm run build

Preps your app for deployment. Minifies all files, piping them to the src/build folder.