Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 895 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 895 Bytes

Algebroid

JavaScript library + tools for calculating math expressions from string

Prerequisites

  • Node.js version 8 or above
  • Lerna installed globally (npm i -g lerna)

Get Started

The repository consist of:

Note: for detailed information on each package click on the name of the package above.

Clone

git clone https://github.com/erzhtor/algebroid

Install dependencies

lerna bootstrap

Run

  • Frontend npm start --prefix apps/frontend
  • CLI (comand line interface) npm start --prefix apps/cli -- "{your expression}"