Skip to content

Getting Started

You can create a new oBerry project with:

sh
pnpm create oberry
sh
npm create oberry
sh
yarn create oberry
sh
bunx create-oberry

Or add oBerry to an existing one:

sh
pnpm add oberry
sh
npm install oberry
sh
yarn add oberry
sh
bunx add oberry