diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-06 14:13:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 14:13:10 +0100 |
| commit | 8d4cd02b7cbe955f5a5ce1666fc76a51db4be5d5 (patch) | |
| tree | ef822c7734a31148a46cc58a0b61d277b3b5414a /README.md | |
| parent | 9555d47a0b904c997625fe171f865cd6b6fb29d7 (diff) | |
| parent | af601cc3954e87a39b5ed9ec9e206599109a6690 (diff) | |
Merge pull request #93 from caleb-mabry/fix-localhost
Fix Project Locally
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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` + + + |
