Installation
OpenVP
can be installed via the node package manager (NPM) into an existing react project:
- npm
- Yarn
- pnpm
npm i @people_and_robots/open-vp
yarn add @people_and_robots/open-vp
pnpm add @people_and_robots/open-vp
You may also want to include other libraries, especially if you want to use typescript or dive in deeper into the internals:
- npm
- Yarn
- pnpm
npm i @people_and_robots/open-core
yarn add @people_and_robots/open-core
pnpm add @people_and_robots/open-core
Or if you want access to many of the same UI building blocks that are used within OpenVP
:
- npm
- Yarn
- pnpm
npm i @people_and_robots/open-gui
yarn add @people_and_robots/open-gui
pnpm add @people_and_robots/open-gui