Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 391 Bytes

Code for Tuscaloosa Website

Website for Code for Tuscaloosa, powered by Jekyll and GitHub Pages. Contributions are welcome!

Serving Locally

To host a copy on your local machine for development run:

gem install bundler
bundle install
jekyll serve --watch

Then navigate to http://0.0.0.0:4000 in a browser other than Chrome.