All Projects → mrmrs → Vimgifs

mrmrs / Vimgifs

http://vimgifs.com

Labels

VIMGIFS

This is the code that powers vimgifs.com a collection of gifs to help you learn vim.

Setup

Download or clone the repo

Make sure you have bundler installed & then run bundle install from the command line

Run npm install from the command line.

Once all the required gems and npm modules have been installed you can run middleman to spin up a local server the url should be http://localhost:4567 or something similar.

Deployment

If you want to deploy you will also need to install now-serve

run $ npm i -g now-serve to install it

Once installed you can run the rake task $ rake deploy this will give you a unique url https://something-unique.now.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].