From af601cc3954e87a39b5ed9ec9e206599109a6690 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 21:42:56 -0500 Subject: Updating README to be more user friendly --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index aa2a4f3..05b5411 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,16 @@ Desktop-only features: - Non-interrupting preanimations In short, webAO is in disrepair. Again. - + Link to the client in this repo: http://web.aceattorneyonline.com/ -Guide to installing it locally: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit +# Project Setup +- Install [Node JS](https://nodejs.org/en/) + +# Running Locally +`npm install` + +`npm run start` + + + -- cgit