Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

MEMENIM-Project/Memenim

Repository files navigation

M E M E N I M

LatestRelease CodeLines ClosedMilestones ClosedIssues

Discord Telegram

Custom client for Anonym social network.

Goodnight, sweet prince

2020-2022

Картинка со звуком


Information

Questions, bug reports or feature requests?

Do you have any questions? Create an issue.

Are you missing some features or have you found bugs? Create an issue or even better, contribute to MEMENIM!

Frequently Asked Questions (FAQ)

See FAQ on the Wiki.

Contributing

As the current MEMENIM team is a small team (currently it consists of only one person), we cannot fix every bug or implement every feature on our own. So contributions are really appreciated!

A good way to get started (flow):

  1. Fork the MEMENIM repository.
  2. Create a new branch in you current repository from the 'master' branch.
  3. 'Check out' the code with Git or GitHub Desktop.
  4. Push commits and create a Pull Request (PR) to MEMENIM.

License

MEMENIM is open source software, licensed under the terms of MIT license. See LICENSE for details.

How to build

Visual Studio (2019 or newer):

  • Open the solution 'Memenim.sln'.
  • Change the configuration to 'Release'.
  • Click on the 'Build' button.
  • Go to the '\bin\Release\net5.0-windows' directory.

Dotnet CLI tool (SDK 5.0.0 or newer):

  • Open the terminal.
  • Go to the solution directory.
  • Enter the 'dotnet build -c "Release" "Memenim.sln"' command.
  • Go to the '\bin\Release\net5.0-windows' directory.

How to publish

Dotnet CLI tool (SDK 5.0.0 or newer):

  • Go to the solution directory.
  • Open the file 'Publish.bat'.
  • Wait for the progress to be completed.
  • Go to the '\bin\Release\net5.0-windows\publish' directory.
  • Select a release by directory name Platform-DeploymentType{-OptionalParameter}, where:
    • Platform - win-x64 or win-x86 (RID's - Runtime IDentifier's).
    • DeploymentType - FDD (Framework-Dependent Deployment) or SCD (Self-Contained Deployment (Standalone)).
    • OptionalParameter - extra options (multiple and optional), such as:
      • nosingle - disables packing the app into a single file.