From fcaa14d0243adbfa602950a1ed3ac6b7ce35ae24 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 30 Jun 2015 18:03:51 +0300 Subject: Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 432573f..436a130 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # modes.me + +A visual coding platform reflecting your social media images. + +## Dev + +First, set the required environment variables: `INSTAGRAM_CLIENT_ID` and `INSTAGRAM_CLIENT_SECRET`, and make sure you have an Instagram app with matching settings (specifically you need to whitelist the oAuth callback URL). You might also want to set Meteor's `ROOT_URL`. + +When that's set simply run: + +```bash +$ meteor +``` + +Or any of the other Meteor commands. -- cgit v1.3.1