Skip to content
Snippets Groups Projects
Commit 7ea833e3 authored by Danielle Maree McKenney's avatar Danielle Maree McKenney
Browse files

Add initial instructions for running the project

parent 44a357aa
No related branches found
No related tags found
No related merge requests found
**Setup**:
Make sure java 17 is installed.
Make sure that Maven 3.8.3 is installed on your computer with `mvn --version`. If it is not, follow the instructions here: https://maven.apache.org/install.html.
Test that things are up and running and can work on your machine. Run mvn package in the kg-shape-project directory, and you should see a build success message.
Then from the same directory, in the command line run:
`java -cp target/kg-shape-project-1.0-SNAPSHOT.jar com.kgshape.app.App`
You should see a Hello World message.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment