foxnewsnetwork / skyvoice

Karaoke streaming thing, sort of like multiplayer stepmania except for karaoke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skyvoice

Where I experiment with and build a karaoke site

To develop

Start in the skyvoice directory

Turn on front end ember:

cd fate
ember serve --proxy http://localhost:4201

Turn on node live backend:

cd destiny
lsc app.js

Turn on rails

rails s

In production

You'll need to build the front end, turn on the nginx, and turn on the rails

Build frontend

cd fate
ember build --environment production

Turn on node and rails

./bin/start_production

Refresh nginx

sudo nginx -s reload

About

Karaoke streaming thing, sort of like multiplayer stepmania except for karaoke


Languages

Language:Ruby 46.1%Language:CoffeeScript 25.3%Language:CSS 12.8%Language:JavaScript 12.2%Language:LiveScript 3.4%Language:EmberScript 0.2%