Today I Learned
This is ACM@UIUC's collection of lessons learned and results of hours of google searching.
This repo is based on jbranchaud/til thoughtbot/til and many of the intial TILs are from those repos.
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 ''
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)
© 2017 ACM@UIUC
This repository is distributed under the Creative Commons Attribution License. See LICENSE
for
details.