Coder Social home page Coder Social logo

dronecan.github.io's Introduction

Dronecan V1 website

Discussions

This repository contains sources of the DronCAN V1 website available at https://dronecan.github.io.

How to configure Jekyll with Github Pages: https://help.github.com/articles/using-jekyll-with-pages.

Dependencies

Install Ruby 2.x. If necessary, activate it using RVM.

Follow the instructions on the repository page to install Bundler.

Enter your local clone derictory (make sure you have Gemfile there). Execute from the terminal: bundle install.

Running the website locally

  1. Enter your local clone derictory (where the Gemfile is located). Make sure that all git submodules are initialized by running git submodule update --init --recursive.
  2. Execute from the terminal bundle exec jekyll serve and wait until the page is generated.
  3. Open your internet browser and navigate to http://localhost:4000 to see your local website.

Troubleshooting

In case you have an error like in 'autodetect': Could not find a JavaScript runtime. while running bundle exec jekyll serve, add the following lines to the Gemfile in the parent folder:

gem 'execjs'
gem 'therubyracer'

Then open the terminal and run bundle update && bundle install.

dronecan.github.io's People

Contributors

davidbuzz avatar khancyr avatar meee1 avatar nkruzan avatar schrodingersgat avatar tridge avatar

Watchers

 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.