diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -108,4 +108,6 @@ _On your first meeting with your mentor TA, you should plan dates for at least t **Adversary Checkpoint:** _(Schedule for on or before April 12 once you are assigned an adversary TA)_ ## How to Build and Run -_A necessary part of any README!_ + +In the main project folder, run mvn package, then ./run --gui. +In a second terminal, cd into react-fronend, then run npm i, then npm start. |