blob: 436a130cc90a89b965307300117d16c16e7b1af1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|