Skip to content

Allow the user to press keys in order to move on to the next set of dialogue in a browser.

License

Notifications You must be signed in to change notification settings

kratsg/captionator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captionator

Uses Node because I should learn to use Node for a small project, like this.

Getting Started

To get started, I installed nvm:

brew install nvm

and then install Node and npm simultaneously:

nvm install v5.5.0

In future logins, I can cd into the directory and run:

nvm use v5.5.0

to get Node and npm in my environment.

Running

Simply run:

npm start

and we are good to go. We will probably incorporate forever:

npm install -g forever

and then run:

forever start --minUptime 1000 --spinSleepTime 1000 ./bin/www

About

Allow the user to press keys in order to move on to the next set of dialogue in a browser.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published