Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1 KB

README.md

File metadata and controls

46 lines (30 loc) · 1 KB

WebBridge Admin Console

Build Admin Console

NVM Ubuntu install

Install the latest release of Node Virtual Machine (NVM) Linux

curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.36.0/install.sh -o install_nvm.sh && chmod +x ./install_nvm.sh && ./install_nvm.sh

Use NodeJS v12.18.4

nvm install 12.18.4 && nvm use 12.18.4 && npm install && npm install -g yarn && yarn build

NVM Windows install

Install Chocolatey

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Install the latest release of Node Virtual Machine (NVM) Windows

Use NodeJS v12.18.4

nvm install 12.18.4;nvm use 12.18.4;
npm install;yarn build

Build website

yarn build

Access admin console locally

http://localhost:35350/admin