/xmrit

Open source repo for xmrit

Primary LanguageTypeScriptMIT LicenseMIT

Xmrit

Xmrit is the easiest tool to work with the XmR process-control chart. It is a simple web-based application that allows you to create a chart by pasting in data, interacting with the chart, and sharing it.

A live version of the tool is available at http://xmrit.com/t/ . You can find more details on the tool by reading the user manual or the integration guide. All data is stored in your browser and will never be shared with anyone (including us!) as per our privacy policy.

Getting Started

  1. Download the latest release.
  2. Start a local http server from the directory
  • We assume you have python installed
    python -m http.server 5000
    
  1. Now, open your browser at http://localhost:5000 and voila! You're ready to go.

Contributing

Development setup

The following steps will get you set up to contribute changes to this repo:

  1. Fork the repo (Click the Fork button at the top of this page)
  2. Clone your fork locally
  3. Install dependencies by running npm install
  4. Start local dev server by running npm run start