weirdmeetup / i-am-here-weirdmeetup

이상한 모임 좌표 알림 서비스
5 stars 4 forks source link

i-am-here-weirdmeetup

I am here 이상한 모임 좌표 알림 서비스

Requirements

nodejs, meteor and meteorite are required.

Installation

Download and install nodejs from website. And then install meteor.

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

Clone repository from github and change to cloned directory.

$ git clone https://github.com/weirdmeetup/i-am-here-weirdmeetup.git && cd i-am-here-weirdmeetup

Install meteorite and update related packages.

$ npm install -g meteorite
$ mrt update

Now you can run the code with local or deploy to meteor server.

$ meteor
or
$ meteor deploy YOUR_METEOR_ADDRESS.meteor.com