Get Your VPN Config UI Install Clone this repo with git clone git@github.com:TimAle/get-your-vpn-config-ui.git Install dependencies using yarn install Configure Set backend URL through environment variable which will be used on app build export REACT_APP_LAMBDA_URL=<lambda_with_backend_host> Run yarn start will start the app in development mode serving WDS on http://localhost:3000 Build yarn build will produce production-ready files to the ./build directory Test yarn test will run units