mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 11:04:25 +00:00
16 lines
567 B
Markdown
16 lines
567 B
Markdown
# Master repository of computing history artifacts information (Marechai)
|
|
|
|
Welcome to the Marechai repository.
|
|
|
|
This repository contains the Marechai software.
|
|
|
|
For contributing please read [here.](CONTRIBUTING.md)
|
|
|
|
For development you need:
|
|
* A .NET Core 3.1 compatible development environment.
|
|
* .NET Core 3.1 SDK
|
|
* ASP.NET Core 3.1 runtime
|
|
* ImageMagick, including HEIF and WebP support in the path.
|
|
* AV1F, specially, avifenc, in the path.
|
|
* MariaDB or compatible, with a user and a database.
|
|
* Prepare appsettings.json with a connection string for said database. |