the second part of the steps here: ``` - build and...
# development
d
the second part of the steps here:
Copy code
- build and copy netclient to client VM
  * cd NetMaker Repo
  * go build
  * cd netclient
  * go build
- run netmaker server
  * create .env file with all the env vars in docker-compose with : export NAME="value"
  * I might post my sanitized one here :-)
  * source .env
  * sudo ./netmaker
- run netmake-ui server
  * create .env file add export PORT=8082
  * npm i
  * npm start
- follow previous steps to run netclients