Skip to content
/ Blace Public

r/place replica on the web using only C# and Blazor

Notifications You must be signed in to change notification settings

albi005/Blace

Repository files navigation

thumbnail

Blace

Reddit's r/place recreated using C#

Running locally

  1. Install the .NET 7 SDK: https://dot.net/download or use a package manager (e.g. winget install dotnet-sdk-7 on Windows).
  2. (Optional, but data won't be persisted when restarting the server) Set up CosmosDB emulator (C:\Program Files\Azure Cosmos DB Emulator\Microsoft.Azure.Cosmos.Emulator.exe should exist).
  3. Open the Blace.Server folder in a terminal and execute dotnet run.
  4. Open the Blace.Client folder in a terminal and execute dotnet run.
  5. Open http://localhost:7150 in a browser.

About

r/place replica on the web using only C# and Blazor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published