Custom client for Anonym social network.
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!
See FAQ on the Wiki.
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):
- Fork the MEMENIM repository.
- Create a new branch in you current repository from the 'master' branch.
- 'Check out' the code with Git or GitHub Desktop.
- Push commits and create a Pull Request (PR) to MEMENIM.
MEMENIM is open source software, licensed under the terms of MIT license. See LICENSE for details.
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.
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.