Skip to content

putchom/vjtumblr

Repository files navigation

VJ Tumblr

VJ software using Tumblr API.

vjtumblr_demo

Download

👉Download VJ Tumblr v1.0.1 for macOS

Quick start developer guide

Building

You first need to make app_config.coffee file to gulp/.

data =
  api_key: 'yourConsumerKey'

module.exports =
  data: data

The following commands will then be available from the repository root:

$ yarn              # install node dependencies
$ yarn run watch    # watch for changes and build automatically
$ yarn run start    # start app

Packaging

$ yarn run release