Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 634 Bytes

CS1260: development environment

This repo contains a minimal dev environment setup for CS 1260. In particular, it provides the scripts to create the course Docker container.

Getting started

# 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!

Acknowledgements

This setup is a modified version of the setup used by Harvard's CS61 and reused with permission.