KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vjtumblr
★ 18
Open GitHub ↗
VJ software using Tumblr API.
Download README (.md)
Explore Similar Repositories
HackerScripts
:
No description available.
friendly_terminal
:
we spend all day in the terminal, so why not have it say nice things to you to start your day off right?
charts4bmoe
:
charts for Bilibili Moe http://bmoe.uuzsama.me/
wmrc
:
a simple wmutils-powered window manager
learning-backbone-marionette
:
This training kit has been developed to learn the basics of Marionette - Backbone's framework
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vjtumblr
?
Download (.md)
# VJ Tumblr VJ software using Tumblr API.  ## Download [👉Download VJ Tumblr v1.0.1 for macOS](https://github.com/putchom/vjtumblr/releases) ## Quick start developer guide ### Building You first need to make `app_config.coffee` file to `gulp/`. ```js 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 ```