/sho.io

Create, store and remotely control your Shower presentation

Primary LanguageJavaScript

Sho.io source

Sho.io is an HTML presentation app.

How to run locally

You’ll need Node.js to start the server.

Install Meteor:

curl https://install.meteor.com | /bin/sh

Install Meteorite (package manager for Meteor):

npm install -g meteorite

Run from project’s root to start the server:

mrt -p 3333

Open http://localhost:3333/ in browser.