README
Singular Common
This package contains common elements for Singular framework, installed from @singular/common
.
Setup
- Clone this repo
- Run
npm install
to install all dependencies
NPM Scripts
- Build from source:
npm start
- Build documentation:
npm run docs
- Run tests:
npm test