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

BrownCS1260/devenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker scripts and development environment for CS 300

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.2%
  • Dockerfile 12.6%
  • GDB 0.2%