diff --git a/README.md b/README.md index 98281da7b..06b8e4b4e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ In this project, you'll take a lot of the knowledge you have so far and create a This is a [Phase 3](https://github.com/Ada-Developers-Academy/pedagogy/blob/master/rule-of-three.md) Pair project. +Due: EOD Friday December 21st, 2018 + ## Learning Goals - Use React to build a dynamic and attractive user interface @@ -36,12 +38,10 @@ Each pair/group will give a short presentation on their project and their learni - Fork this repository - Add the pair as a collaborator on the project - Clone the repository - - Use `create-react-app` to generate React scaffolding - - Commit and push the generated files - The other partner shall then: - Clone the repository (without forking) - - Install dependencies using `$npm install` - Both partners shall then + - Install dependencies using `npm install` - Start the development server using `npm start` - Start the test watcher using `npm test`