Quai
Quai is a testing tool built in React that's used by Hack the North for bug reporting in Jira.
Usage
Installation
Install the package in your project:
$ npm install --save @hackthenorth/quai
Using component
To use the Quai component:
import Quai from '@hackthenorth/quai';
return <Quai templateUrl="SOME_URL" />;
templateURl
should be the url that allows people to create an issue in Jira.
Development
Setup
First, clone the repo:
$ git clone https://github.com/hackathon/quai.git
$ cd quai
TODO: run locally and tests?
Tech stack
- React
- styled-components
- Jest
- Buildkite
- TypeScript