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 install
Components are developed in isolation using storybook. Start the storybook server using the script:
$ yarn start
Then 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 test
Lint your code:
$ yarn run lint
Lint and perform a single test run:
$ yarn run ci
Create a build (this is also run after installing the package as a dependency):
$ yarn run build