See this live at: https://rps-tourney.detour.nyc
This is a Rock-Paper-Scissors-Spock-Lizard online tournament organizer app. It's built primarily using Nuxt.js (Vue.js), Socket.io, and Challonge.
This project is using assets from Game-Icons.net
You must define or otherwise set a value for CHALLONGE_API_KEY. More information about the Challonge API at: Challonge API v1 Documentation
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start