Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acm-uiuc/sigrobotics-web

Website
https://github.com/acm-uiuc/sigrobotics-web

Last synced: about 18 hours ago
JSON representation

Website

Awesome Lists containing this project

README

        

# SIGRobotics Website

Website for SIGRobotics @ UIUC ACM

## Editing the Website
### Running locally
1. Clone repository
2. Open terminal, `cd` into root directory (where `_config.yml` is located)
3. Run `bundle install` [^1]
4. Run `bundle exec jekyll serve`
5. Open

## Theme documentation
* Read the [docs](https://hydejack.com/docs/)

[^1]: Requires Ruby, RubyGEM, and Bundler. Install with `gem install bundler`.