ActivityPub implementation in dotnet (.net).
To run the WebApp, you can navigate to the \WebApp folder from your preferred commmand line and run the following command:
dotnet run watchdotnet tool restoreCREATE USER smilodon WITH PASSWORD 'smilodon' CREATEDB;
CREATE DATABASE smilodon;
cd ./src/Infrastructure/Persistence
dotnet ef database updatecd ./src/Infrastructure/Persistence
dotnet ef migrations add <NAME>For information about the project, see the Smilodon Documentation
Note: we'll add people here once we have more contributors!