diff options
author | 9308233900 <reagan_hunt@brown.edu> | 2021-04-17 00:13:02 -0700 |
---|---|---|
committer | 9308233900 <reagan_hunt@brown.edu> | 2021-04-17 00:13:02 -0700 |
commit | ac87bb66d29f550a79989f9ab471a5f640f6eb50 (patch) | |
tree | 2815006fbf81e12078b13a3385e62948ebe3d9c8 | |
parent | fc88d4d950e4cfad96102267d1ec7c0042ed78f2 (diff) | |
parent | 9bcd0f0dec7b9572c9871c76463a9d0a46089260 (diff) |
Merge branch 'master' of https://github.com/cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
-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. |