-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from dalexhd/feature/add-steam-rich-presence
Add steam rich presence
- Loading branch information
Showing
67 changed files
with
10,745 additions
and
13,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_modules | |
# local env files | ||
.env.local | ||
.env.*.local | ||
profiling/ | ||
|
||
# Log files | ||
npm-debug.log* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
id: running-steamspeak | ||
title: Running SteamSpeak | ||
--- | ||
|
||
## Running the bot instance | ||
|
||
:::important | ||
|
||
**Be sure** that you've configured your [bot](../setup/configuration/bot) correctly before running the following command. | ||
|
||
::: | ||
|
||
```bash | ||
yarn run start:backend | ||
``` | ||
|
||
## Running the website instance | ||
|
||
```bash | ||
yarn run start:client | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
id: website | ||
title: Website configuration | ||
--- | ||
|
||
## Website configuration |
Oops, something went wrong.