This repository contains the starter skeleton code for the CS221 project.
- clone this repository using
git clone https://github.com/UCI-Chenli-teaching/spring19-cs221-project.git - run
mvn clean install -DskipTestsin command line - open IntelliJ -> Open -> Choose the directory. Wait for IntelliJ to finish importing and building.
- You can run the
HelloWorldprogram undersrc/main/java/edu.uci.ics.cs221package to test if everything works.