The blocklet that helps you manage ABT Node instances across cloud providers such as AWS, Azure
> The blocklet that helps you manage ABT Node instances across cloud providers such as AWS, Azure, Google

Put following contents in .env:
``ini
SKIP_PREFLIGHT_CHECK=true
REACT_APP_BASE_URL="http://192.168.1.2:3030"
REACT_APP_APP_NAME="ABT Node Launcher"
REACT_APP_API_PREFIX=""
`
Besides, you need to set up aws credential environment variables before develop/running this blocklet. Please checkout this link for detailed instructions: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-environment.html.
`shell`
mkdir -p /tmp/abtnode/abt-node-launcher
npm run start:server
npm run start:client
`shell``
blocklet deploy .