The console interface for orchard.
Follow the instruction here: https://github.com/nvm-sh/nvm to install nvm to manage your local node.
Make a copy of .env.local.example to .env.local and configure accordingly.
Switch to the right node version nvm use.
Install dependencies npm install.
Run it npm run dev.