diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-30 18:03:51 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-30 18:03:51 +0300 |
| commit | fcaa14d0243adbfa602950a1ed3ac6b7ce35ae24 (patch) | |
| tree | 173e5d530289ca05ff7488c8d5ca77b95ff7e9bb | |
| parent | 5afac7c65cf89111d72d4d1db3c8798c125c9a30 (diff) | |
Update README
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |
