Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 721 Bytes

File metadata and controls

35 lines (20 loc) · 721 Bytes

Coder Academy Prework

Usage

The Coder Academy Prework websites are built using Jekyll and hosted using Github Pages.

Working Remotely

Changes that are pushed to the repository's master will automatically build and deploy.

Working Locally

To develop locally, follow the instructions on running the site locally from the Github Pages documentation.

Before using locally run:

bundle install 

Then to serve the application run:

bundle exec jekyll serve

Dependencies

  • Ruby 2.1.0 >
  • Bundler
  • Jekyll
  • Git / Github