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

Latest commit

 

History

History
36 lines (23 loc) · 636 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 636 Bytes

back to README.md

Contributing

Overview

This package is designed to be ????

Development

See docs/API.md for detailed API References

Environment

  • Developed using Node.js v18.14.2
  • Enter nix develop for development environment dependencies.

Building

No build is required for Node.

Bundling with Webpack is supported for web

npx webpack

Testing

To run all tests with logging

make test-debug
  • make test-unit-debug - Unit tests only
  • make test-integration-debug - Integration tests only

NOTE: remove -debug to run tests without logging