Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.81 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.81 KB

GitHub license Contributor Covenant GitHub issues

Rapture Server

This repository contains the Rapture server source code.

Getting Started

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

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.).

Run Rapture Server

Once you have all the dependencies listed above you can:

  • Run dotnet run from the src/AppHost directory.
  • Open the Rapture.sln file in either Visual Studio 2022, Visual Studio Code, or JetBrains Rider and run the Rapture.AppHost project.

After it is up and running you should be able to connect using the Rapture client.