Basic skeleton for a locally hosted webpage to control the Finch bot.
Includes a frontend folder with a basic React & test setup, as well as a backend folder with the Finch library and a single script to control the Finch.
You must run BOTH of these locally (the page via 'npm run dev' and the script via 'python app.py'). Use Google Chrome for the best results.