Skip to content

A work-in-progress second-generation custom server for LittleBigPlanet that focuses on code quality and reliability.

License

Notifications You must be signed in to change notification settings

Beyley/Refresh

 
 

Repository files navigation

Refresh

A work-in-progress second-generation custom server for LittleBigPlanet that focuses on code quality and reliability.

icon

Building and running

Warning: Refresh is a heavy work-in-progress. Expect things to break, things to be deleted, and these instructions to change at any time.

Windows

  1. Install Git for Windows
  2. Install .NET 7 SDK
  3. Open up a command prompt (win+R, type cmd, hit enter)
  4. $ git clone https://github.com/LittleBigRefresh/Refresh.git
  5. $ cd Refresh
  6. $ dotnet run -c Release --project Refresh.GameServer/

Linux/macOS

  1. $ git clone https://github.com/LittleBigRefresh/Refresh.git
  2. $ cd Refresh
  3. $ dotnet run -c Release --project Refresh.GameServer/

Made with ❤️ for the LittleBigPlanet community

About

A work-in-progress second-generation custom server for LittleBigPlanet that focuses on code quality and reliability.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%