Git Product home page Git Product logo

neovim.github.io's Introduction

neovim.io website

This repository contains the source for the neovim.io website. The Neovim core project is: https://github.com/neovim/neovim

Contributing

Just fork this repository and send us a pull request! :-)

Setup

This assumes that you already have a recent Ruby with RubyGems.

Installing Ruby gems

Install Bundler, either systemwide:

$ sudo gem install bundler

or for the current user:

$ gem install --user-install
$ export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"

In the latter case, you might want to add the PATH update to .bashrc or your shell's equivalent.

To install the dependencies of this project, use Bundler:

$ bundle install --path .bundle

Serving locally

Execute the following command:

$ bundle exec jekyll serve --watch

Open http://localhost:4000 to view the website.

If you encounter an error message saying Could not find a JavaScript runtime, follow the link indicated in the error message and install one of the listed runtimes.

Running tests

$ bundle exec rake test

(Optionally) Regenerate dependencies

Install Bower if you don't have it:

npm install bower

Then install the JS dependencies with bower install.

License

© 2014 Cameron Eagans and Josh Branchaud

Licensed under the MIT License. See LICENSE for details.

neovim.github.io's People

Contributors

jdavis avatar justinmk avatar jbranchaud avatar fwalch avatar tarruda avatar cweagans avatar fmoralesc avatar brycefisher avatar unclechu avatar timeyyy avatar zyx-i avatar shawndumas avatar madis avatar meribold avatar whereswaldon avatar agude avatar s0undt3ch avatar peterdavehello avatar rolisz avatar roryokane avatar rouvenbalci avatar runar avatar tjdevries avatar tombruijn avatar tvon-a avatar wkrsz avatar amishmak avatar bakkegaard avatar lf- avatar bufdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.