Skip to content

JuliaRobotics/juliarobotics.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaRobotics.org

This is the website for JuliaRobotics.org

Setup

# Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler

# Install the necessary ruby packages
bundle install

# Build and serve the site at localhost:4000
bundle exec jekyll serve