Getting Started with Pear
To get started with Pear, refer to the following section for a seamless onboarding. This guide provides the basic requirements and steps to install Pear.
Prerequisites
Before installing Pear, ensure that your system meets the following requirements.
Supported Operating Systems
- Windows 10 or later
- macOS 12 or later
- Linux (Ubuntu 20.04 or later recommended)
Required Software
- Node.js (LTS version recommended)
- npm or yarn
- Git (optional but recommended for development workflows)
Installation
To install Pear with NPM, perform the following steps:
-
Create a new Pear project.
-
Run the following command to create a new Pear application:
npx create-pear-app my-app
cd my-app
- Run the following command to start the development server.
pear dev
You've successfully onboarded to Pear.