This repository contains the Rapture server source code.
In order to contribute to the server you will need to install a few dependencies, the steps outlined below should get you up and running with a basic development environment.
Dependencies recommended are as follows:
The code editor you use is really up to you in terms of what you prefer, just keep in mind that Visual Studio 2022 and JetBrains Rider will giive you the best development experience. You can also choose to use any other code editor if you really want thats not in the list so long as you are willing to go through the extra configuration needed to do so (ex. Vim, NeoVim, Emacs, etc.).
Once you have all the dependencies listed above you can:
- Run
dotnet run
from thesrc/AppHost
directory. - Open the
Rapture.sln
file in either Visual Studio 2022, Visual Studio Code, or JetBrains Rider and run theRapture.AppHost
project.
After it is up and running you should be able to connect using the Rapture client.