tristanls / xmrit

Open source repo for xmrit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

We assume that you have Python installed on your computer.

To get started with Xmrit, clone or download this repository.

Once inside the folder, run the following command:

python -m http.server 5000

Now, open your browser at http://localhost:5000 and voila! You're ready to go.

Contributing

The main entry point to the source code is js/main2.ts. We provide a minified main2.js file to simplify running this tool on your computer.

To install all dependencies, run npm i highcharts dayjs handsontable typescript

About

Open source repo for xmrit

License:MIT License


Languages

Language:TypeScript 45.1%Language:CSS 40.0%Language:HTML 9.6%Language:JavaScript 5.3%