A monorepository containing the Riipen UI kit and its documentation.
- Install
nvm
via the instructions here, something like:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.37.2/install.sh | bash
- Install
node 16
(currently latest LTS, we keep our servers on LTS):
nvm install
nvm use
- Upgrade npm:
npm install npm@latest -g
- Install dependencies with lerna
npm install
npm run bootstrap
Start the documentation server:
npm start
Visit http://localhost:3000
in the browser