Skip to content

alterebro/instagram-cube

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

InstaCube (instagram-cube)

Your Instagram feed in a cube! https://instacube.moro.es

InstaCube


Install

$ git clone https://github.com/alterebro/instagram-cube.git
$ cd instagram-cube/
$ npm install

Build

$ gulp build
# or: $ npm run build

This will create the build folder which is the one to upload

Deploy

Open upload-sample.sh, set the variables to your own values, then rename it to upload.sh and give the file proper permissions (chmod +x sync.sh)

$ sh upload.sh test # dry-run flagged
$ sh upload.sh sync # rsyncs local copy to server

# equivalent to:
$ npm run deploy:test
$ npm run deploy:sync

Jorge Moreno — @alterebro