Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onlypuppy7 committed Dec 2, 2024
1 parent 62e8c77 commit 0385954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ This will run all 3 components in one window/tab and is enough for anyone who is
Assuming you haven't changed any ports, just navigate to: http://localhost:13370/
If you want to run a reduced amount of components, then this will not work for you, continue on to the next methods.
### Alt: Running with separated consoles
If you plan on actually looking at the log output and/or want to do any dev, then separating out the logs will be essential for debugging.
Expand All @@ -89,6 +91,8 @@ If you are on a different platform such as Linux, or you prefer to start everyth
- `npm run services`
- `npm run game`
For each, on Windows/MacOS there are also script files which can be executed by clicking.
There isn't any order for the execution, and all components will wait for each other to be initialised.
Personally I'd recommend combining this with something like tmux. This is how I operate the production instances.
Expand Down

0 comments on commit 0385954

Please sign in to comment.