A Blog About Software Development
This my website about software development, primarily, but not exclusively, on iOS and using Swift. Eventually, this website will be a companion to a podcast also called Race Condition.
Carefully built with Jekyll, Bootstrap, jQuery, and Font Awesome. Gratefully copied from Jesse Squires.
$ bundle update
$ yarn upgrade
$ git clone https://github.com/vermont42/racecondition.software.git
$ cd racecondition.software/
$ bundle install
$ yarn install
$ bundle exec jekyll build
$ bundle exec jekyll serve
# Now browse to http://localhost:4000
$ bundle exec jekyll serve --future --drafts --watch
Not tested.
Copyright © 2018-present Josh Adams.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
All code is licensed under an MIT License.