Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

🛑 DEPRECATED 🛑

➡️ This package is now managed in the pi-base/web monorepo


test Coverage Status

pi-base/core

Shared data model for the π-Base viewer and associated utilities.

Local Development

Clone the repo and then run

$ npm install
$ npm run test

See the viewer and compiler for examples of usage. This package is mostly internal implementation details, and tends to be fluid and sparsely documented. If you are interested in building on top of this package, please reach out so we can better support you.

Releasing

$ npm run build
$ npm run test
$ npm publish