- Form a group.
- fork this repo on github
- Create a c9 workspace from your fork
- invite a few group members around whos computers your other group members will huddle.
- edit the code
- commit your code with a nice comment
- push to github
- create a pull request
- instructor will merge in everybody's work
Groups should work on the following:
- Story-group should alter
layout.html
to make a story. - The adjective, noun, and verb groups should work on their files.
If you need to install the repo.
git clone [email protected]:johnqyalie/mgt656-madlibs.git
Install the dependencies
npm install
Run the code
nodemon ./server.js