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. You can view the deployed website here
Setting up a dev env is simple. These instructions assume that you have a postgres database set up.
- Clone the repository.
- Set up the appsettings file.
Create a file named
appsettings.Secret.json
in the server project. This is where you can put your connection string for the postgres DB. - 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.