tonytlwu / shortly

URL Shortener written in meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortly

URL Shortener written in Meteor, with help from the following packages:

Big shout out to the folks over at RTD who have been especially responsive to all questions asked - thanks guys!

How to setup Shortly (OSX)

  • Install Meteor curl https://install.meteor.com/ | sh
  • Install Meteorite npm install -g meteorite
  • Clone Shortly git clone git@github.com:jrgrafton/shortly.git
  • Install Iron Router cd <clone-dir>/production/app;mrt add iron-router
  • Launch Shortly cd <clone-dir>/production/;meteor
  • Access via http://localhost:3000

...and, we're live!

Go check us out @ http://s-y.co

About

URL Shortener written in meteor

License:MIT License


Languages

Language:JavaScript 95.0%Language:CSS 4.2%Language:Perl 0.6%Language:Shell 0.3%