/nyu-intro-to-computer-science

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Introduction to Computer Science

Slide presentations used to teach basic computer science concepts, largely focused on object-oriented programming.

Deployed site

This site is deployed here, and NYU credentials are required to access the site.

Running locally

The code in this repository is used to generate the course website using jekyll.

It is possible to run the website locally on your own machine.

  • Assuming Ruby is installed...
  • Install Jekyll globally
  • Install the dependencies listed in the Gemfile by running the command, bundle.
  • run bundle exec jekyll serve --config _config.yml,_config_dev.yml.

The use of --config _config.yml,_config_dev.yml eliminates the assumption that the website is deployed at NYU.

Attribution

This was forked from Amos Bloomberg's course materials.