Chrome Enterprise Deployment manager(a.k.a Poros) is a service which manages lab configs of all enterprise lab instances.
Services maintained:
Project Vision & Design Document
Running the server:
go run main.go
This will set up the backend server running on port 8800
Running the frontend:
cd frontend
npm install
npm start
This will set up the frontend client running on port 3000
with an automatic proxy to the backend server running on 8800
. To view the UI, go to localhost:3000
Formatting:
npm run fix
make runlocal