npm install -g pearpear help <cmd>pear <cmd> --helppear <cmd> -hPlatform development is generally referred to as localdev.
Clone:
git clone https://github.com/holepunchto/pear && cd pearInstall deps:
npm installBootstrap the runtime binaries with
npm run bootstrap <KEY>First run will install runtimes in by-arch, create platform directory called pear and add a pear.dev symlink (Linux, Mac)or pear.ps1 and pear.cmd files (Windows). These are system-specific and .gitignore'd.
Use ./pear.dev (\\pear.ps1 / \\pear.cmd) to execute the Pear Runtime directly in localdev.
Apache-2.0