Coder Academy Prework | prework

Coder Academy Web Dev Prework

Logo

View the Project on GitHub CoderAcademyEdu/prework

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