A monorepository containing the Riipen UI kit and its documentation.
- Install
nvmvia 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 bootstrapStart the documentation server:
npm startVisit http://localhost:3000 in the browser