The goal of that exercice is to create an automation builder containing nodes (that could be actions) and edges (to link nodes with each other) using the code in this repo.
This repo uses:
First, run the development server:
nvm use
npm i
npm run dev
Open http://localhost:3000 with your browser to see the result.