The Coder Academy Prework websites are built using Jekyll and hosted using Github Pages.
Changes that are pushed to the repository’s master
will automatically build and deploy.
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