This repo contains a minimal dev environment setup for CS 1515. In particular, it provides the scripts to pull or create the course Docker containers.
# 0. Download Docker (follow instructions).
# 1. Setup Docker
./docker/cs1515-setup-docker
# 2. start development environment
./cs1515-run-docker
For detailed setup instructions, refer to our Lab 0 setup guide!
This setup is a modified version of the setup used by Harvard's CS61 and reused with permission.