Add your local homey ip-address and bearer token in the config.js file and open index.html and flowview.html in a browser.
setup = {
ip: '0.0.0.0', // Put your ip here or athom cloud uri,
bearer_token: 'your token', // Put your bearer token here
protocol: 'http' // Change to https if using athom cloud
}
Enable the Chrome Console (F12) and open the 'Network' tab. Now open url http://<your homey IP here>/api/manager/users/user/me
in the browser. Inspect the response and look for something like Set-Cookie:bearer_token=123verylongnumber456; Path=/; HttpOnly
View, search, organize, copy, re-order and test your Homey flows.
Flow events are only logged during test-runs (started with test-button in flow editor).