Skip to main content

Verification (Updated)

Verify Everything Works

To verify, perform the following steps:

  1. Use pear run to verify everything works as expected.
pear run --dev .

A directory or link needs to be specified with pear run, here . denotes the current Project directory.

The app should open in development mode. In this mode developer tools are also opened.

Running pear run --dev .