Riipen React component UI kit.


Keywords
react, react-component, riipen design, riipen-ui
License
MIT
Install
npm install riipen-ui@0.5.19

Documentation

Maintainability Test Coverage

UI

A monorepository containing the Riipen UI kit and its documentation.

Development

Node

  1. Install nvm via the instructions here, something like:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.37.2/install.sh | bash
  1. Install node 16 (currently latest LTS, we keep our servers on LTS):
nvm install
nvm use
  1. Upgrade npm:
npm install npm@latest -g
  1. Install dependencies with lerna
npm install
npm run bootstrap

Run

Start the documentation server:

npm start

Visit http://localhost:3000 in the browser