Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 528 Bytes

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.