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