⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

CWRUbotix/cwruRobotics.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cwruRobotics.github.io

This repo is the CWRUbotix website, hosted by Github pages.

Running Locally

Install Ruby & Jekyll:

sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler

Install site-specific gems:

cd cwruRobotics.github.io/
bundle install

Serve:

bundle exec jekyll serve

About

CWRUbotix website hosted by github pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 12