Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 439 Bytes

README.md

File metadata and controls

executable file
·
37 lines (25 loc) · 439 Bytes

@react-lit/helper

Common helpers for the @react-lit component suite.

Installation

$ npm i @react-lit/helper
# or
$ yarn add @react-lit/helper

Development

(1) Install dependencies

$ npm i
# or
$ yarn

(2) Run initial validation

$ ./Taskfile.sh validate

(3) Run tests in watch-mode to validate functionality.

$ ./Taskfile test -w

This project was set up by @jvdx/core