It only takes a few commands to get started.
cp .env.example .env
The only required variable is ETHEREUM_NODE_MAINNET, e.g. a Pocket Network or Alchemy endpoint. If you want to use GitHub actions you'll have to set that variable up as a GitHub repository secret. See this line of code.
yarn install
yarn compile
yarn test
If the deploys correctly
test passes, you're good to go :tada:!