Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 315 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 315 Bytes

Singular Common

This package contains common elements for Singular framework, installed from @singular/common.

Setup

  1. Clone this repo
  2. Run npm install to install all dependencies

NPM Scripts

  • Build from source: npm start
  • Build documentation: npm run docs
  • Run tests: npm test