A Reactor-Oriented Programming Framework in TypeScript Documentation Get Started Make sure you have NodeJS >10.4 installed. To make sure all Node modules are installed, run: npm install To run the tests with Jest, run: npm run test To generate documentation with TypeDoc, run: npm run doc