This repo contains a minimal dev environment setup for CS 1260. In particular, it provides the scripts to create the course Docker container.
# 1. build docker image locally
cd docker
sudo ./cs1260-build-docker
# 2. start development environment
cd ..
sudo ./cs1260-run-docker
For detailed setup instructions, refer to CS300's Lab 0!
This setup is a modified version of the setup used by Harvard's CS61 and reused with permission.