@dscout/inquire
v1.1.5
Published
React components for asking dscout questions
Readme
inquire
React components for asking questions and receiving answers.
Documentation and best practices can be found on the Github wiki.
Getting Started
Install dependencies with yarn:
$ yarn installComponents are developed in isolation using storybook. Start the storybook server using the script:
$ yarn startThen open your browser to http://localhost:9001 to see the stories.
Check out the storybook docs for writing stories.
Scripts
Start karma test runner in watch mode:
$ yarn testLint your code:
$ yarn run lintLint and perform a single test run:
$ yarn run ciCreate a build (this is also run after installing the package as a dependency):
$ yarn run build