Configure the buttons for your NodeConf EU badge.
See it live at nodeconfeubadge.allthethings.win
The NodeConf EU Badges are amazing. This repo is for a website that will help you to create actions for each of the buttons.
An action is that it will display a text on the screen and broadcast an url via NFC.
Nifty, if you should happen to be on a conference ;-)
The website contains a form with 2 fields for each button. Enter your content and press Generate code. This will generate the code and send you to the Espruino IDE where your code will be imported and you can flash it to your badge.
Update production.env and now:alias in package.json
Then simply
$ npm run deploy
Update production.env
Build the image
$ docker build -t buttonconfigurator3000 .
Run the image
$ docker run -d -p 80:3000 -E production.env --name buttonconfigurator3000 buttonconfigurator3000