Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 682 Bytes

Setup

Dependencies

  1. See the stills README
  2. nvm: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash

stills engine

  1. git clone https://github.com/shahkashani/stills.git
  2. cd stills
  3. nvm install
  4. npm install
  5. npm link
  6. cd ../

fieriframes bot

  1. git clone https://github.com/shahkashani/fieriframes.git
  2. cd fieriframes
  3. nvm install
  4. npm install
  5. npm link stills

Now, any changes you make to stills will automatically be picked up by fieriframes. If you make something cool, please make a PR from your stills fork against the master repo.