ArcadiaPower / arc-quickstart

A sample app and accompanying walkthrough for the Arc APIs
7 stars 5 forks source link

Move starting web server into later in the process #11

Open clifff opened 2 years ago

clifff commented 2 years ago

The current readme has the user set up and run the quick connect demo before setting up any webhooks. This creates the effect where they basically demo the ui for quick connect and then see a message that says "If you've configured a webhook, check your console for incoming data."

The proposal is to structure the readme so that the user sets up the webhook listener first and then goes through the server set up so they can immediately see the results of connecting their credentials to our api.

TLDR

Move server start guide below webhook setup in readme