How to install agegr/pi-web. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
agegr/pi-web Installation Guide
How to install agegr/pi-web. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for agegr/pi-web. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i agegr/pi-webor
Install via npx
npx @hexmos/ipm i agegr/pi-webPrerequisites
Node.js
runtimenpm
package-managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Run without installing (npx)
npx @agegr/pi-web@latestInstall globally (npm)
npm install -g @agegr/pi-web
pi-webDevelopment Installation
git clone https://github.com/agegr/pi-web.git
cd pi-web
npm install
npm run devHTTP Proxy Setup (macOS/Linux)
HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 NO_PROXY=localhost,127.0.0.1 npx @agegr/pi-web@latestHTTP Proxy Setup (Windows PowerShell)
$env:HTTP_PROXY = "http://127.0.0.1:7890"
$env:HTTPS_PROXY = "http://127.0.0.1:7890"
$env:NO_PROXY = "localhost,127.0.0.1"
npx @agegr/pi-web@latestPost Installation Steps
- Open http://localhost:30141 in your browser.
- The CLI will attempt to open the browser automatically.
