IPC Local UI
A local web App to manage subnets
Introduction • Local deployment • License
Introduction
This is a local web ui, for IPC. its tested on WSL on windows system , it allows you to easily create accounts , create subnets, join subnets, and deploy subnets. in addition to applying blueprints which are a custom subnets.
Local deployment
- Once cloned in WSL navigate to the server directory and install dep. then start the server.
cd server
npm i
node index.js
- then navigate to the nexjs-ui and install dep, then start the webapp
cd nexjs-ui
npm i
npm run dev