A progressive web app for configuring a Lyft Dash Button.
Access it at https://www.lyftbutton.com
You must have npm installed. From this directory run:
npm install
To install dependencies, and then:
npm run start
To start the development server. Go to http://localhost:9966
to see it in action.
You probably want to run the less watcher as well:
npm run watch:css
To execute tests using ava run:
npm test