Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 649 Bytes

McGill_Fall2017_ECSE429

Project Setup

  1. Install git (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
  2. In a terminal, run git@github.com:kovkev/McGill_Fall2017_ECSE429.git
  3. Then $cd McGill_Fall2017_ECSE429

What you need:

From the root of this project, you can run

  • 'mvn install' - installs dependencies
  • 'mvn package' - packages the project
  • 'mvn exec:java' - executes the App class
  • 'mvn package && mvn exec:java' - To package, and, on success, run the code