diff options
author | 9308233900 <71292939+raygun19@users.noreply.github.com> | 2021-04-16 19:49:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 19:49:48 -0700 |
commit | 9bcd0f0dec7b9572c9871c76463a9d0a46089260 (patch) | |
tree | 045bcdf3ec7a5048729ab31e7b9e864af3653056 | |
parent | a7f1433da5ddf11845251a062da96bc42c631f50 (diff) |
Update README.md
-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. |