Onerent React Components
Built with React.
Install
To install the library run:
$ npm install @onerent/react-components
or by using Yarn:
$ yarn add @onerent/react-components
Docs
See the API documentation.
Local setup
Yarn is used for installing dependencies. Install Yarn here. Run yarn
to install the dependencies. Gulp is also used for running tasks. Install gulp-cli
globally by running yarn global add gulp-cli
.
Scripts you can run:
- Run the tests once with
yarn test
. - Start the docs site with
yarn start
- Run
yarn build
to build the library.