You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the repository for a replay browser for Space Station 14. The replay browser downloads replays from the provided paths, parses them, and then finally inserts it into the provided DB.
4
+
5
+
## Setup
6
+
7
+
Setting up a dev env is simple.
8
+
These instructions assume that you have a postgres database set up.
9
+
10
+
1. Clone the repository.
11
+
2. Set up the appsettings file.
12
+
Create a file named `appsettings.Secret.json` in the server project.
13
+
This is where you can put your connection string for the postgres DB.
14
+
3. Run both the server and client using `dotnet`. The server will now download a lot of replays. This will take some time and it will use about 50 Mbps. You can keep using your computer during this time.
0 commit comments