rechenmodul-core
Contains the math for the rechenmodul project.
Development guide
- Install all dependencies:
npm install
- Run all unit tests:
npm test
- Build the npm package:
npm pack
Recommendation: Use VSCode as editor for this project and install the recommended extensions.