This repository contains the source for the neovim.io website; visit the core repository for details on the Neovim project.
...
sudo gem install bundler
to get bundler, then you can just bundle install
to install all the gems.
jekyll serve --watch
Open on http://localhost:4000
bundle exec rake test
Install bower if you don't have it:
npm install bower
Then install the JS dependencies with bower install
.
© 2014 Cameron Eagans and Josh Branchaud
Licensed under the MIT License. See LICENSE for details.