Welcome to Ada's Advanced Programming module. For each workshop, please create a new folder in this repository, and regularly commit and push your changes:
git clone [repo url] ap-worshops
cd ap-workshops
mkdir workshop-1
cd workshop-1
npm init
git add -A
git commit -m 'Example commit message'
git push origin master
Please see the Google Classroom for workshop details.