Create .env variable
touch .envInsert the following values into .env
GNY_ENDPOINT=testnet.gny.io
GNY_NETWORK=testnet
GNY_PORT=4096
GNY_HTTPS=true# install dependencies
$ npm ci
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateThe /peers tab calls the proxy server in the proxy/ directory. Before we used netlify functions. We no longer use netlify, because they have no cost cap.