Skip to content

erzhtor/algebroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}"