/crash.server

Crash.Server is a multi-user communication server designed to work alongside Crash

Primary LanguageC#MIT LicenseMIT

Crash.Server

Crash.Server is a multi-user communication server designed to work alongside Crash. This project was developed by crashcloud and is available for use under the MIT License.

Get Hacking

  1. Clone the Repo
git clone https://github.com/crashcloud/crash.server.git
  1. Open the project in Visual Studio

// NOTE : dotnet run and dotnet watch do not seem to work 2. Open the src folder

cd src
  1. run
dotnet watch --urls http://0.0.0.0:8080

Installation

Docker

You can install Crash.Server as a Docker container by running the following command:

docker pull crashserver/crash.server
docker run -p 8080:8080 crashserver/crash.server

Release

You can download the latest release of Crash.Server from the GitHub Releases page. Once you have downloaded the release, extract it to a folder of your choice and then run the crash.server.exe file.

Contributing

We welcome contributions to Crash.Server! To contribute, please follow these steps:

  1. Fork the Crash.Server repository.
  2. Make your changes.
  3. Create a pull request.

We will review your pull request as soon as possible.

Support

If you have any questions or issues with Crash.Server, please create a new issue on the Crash.Server GitHub page.

License

Crash.Server is available for use under the MIT License.