VJ software using Tumblr API.
👉Download VJ Tumblr v1.0.1 for macOS
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
$ yarn run release