A subscription register steps to connect an external account.
To start the project, execute these commands in a terminal:
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
Tests and coverage can be executed with these commands:
npm run test
npm run test:coverage