This is a repository that contains code for use in the "One IDE to Rule them All!" session at the NCCIA 2019 Conference.
The IDE being discussed is the CS50 IDE used in Harvard's CS50 course.
To begin:
- Create an edX account: https://courses.edx.org/register
- Go to https://cs50.io and log in using the edX account you just created. It will create a new workspace for you - this may take a minute or two
- Clone the code from this repository by entering the following command in the terminal:
git clone https://github.com/ColsonDunlap/nccia2019 - Start Playing!!!