Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.51 KB

kenote-react-component

React Component for Kenote

Version Code Build Status Codecov Status Gratipay

Requirements

  • node ^6.0.0
  • npm ^3.0.0

Installation

$ git clone https://github.com/thondery/kenote-react-component.git <my-project-name>
$ cd <my-project-name>

$ yarn  # Install project dependencies (or `npm install`)
yarn <script> Description
build Builds the component to ./lib
test Runs unit tests with Jest.
codecov Runs unit tests & codecov with Jest.

Project Structure

├── __tests__
├── example
├── lib
├── src
└── .babelrc

License

this repo is released under the MIT License.