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 watch
dotnet tool restore
CREATE USER smilodon WITH PASSWORD 'smilodon' CREATEDB;
CREATE DATABASE smilodon;
cd ./src/Infrastructure/Persistence
dotnet ef database update
cd ./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!