Skip to content

david-torres/rps-tourney

Repository files navigation

RPS Tourney

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

Environment Variables

You must define or otherwise set a value for CHALLONGE_API_KEY. More information about the Challonge API at: Challonge API v1 Documentation

Build Setup

# 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