/til

Lessons Learned

Primary LanguageCSSCreative Commons Attribution 4.0 InternationalCC-BY-4.0

TIL

Today I Learned

Build Status

This is ACM@UIUC's collection of lessons learned and results of hours of google searching.

About

This repo is based on jbranchaud/til thoughtbot/til and many of the intial TILs are from those repos.

Run a Local Copy

To install dependencies install Ruby (v2.3.3) using you prefered method (checkout Install Ruby with rbenv if you want a guide)

Then run

bundle install 

to install dependencies.

If you want to use the built in spell check functionality then you also need to install GNU Aspell

#[macOS]
brew install aspell 

#[Ubuntu]
sudo apt install aspell

Run with

bundle exec jekyll serve --baseurl ''

Contributing

Contributions are welcome, checkout CONTRIBUTING.md but the basics are keep it short and file a Pull Request. All pull requests must pass the tests (which will be checked automatically with TravisCI)

License

© 2017 ACM@UIUC

This repository is distributed under the Creative Commons Attribution License. See LICENSE for details.