46 lines
3.1 KiB
Markdown
46 lines
3.1 KiB
Markdown
# 
|
|
|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
## Modrinth Monorepo
|
|
|
|
Welcome to the Modrinth Monorepo, the primary codebase for the Modrinth web interface and app. It contains  lines of code and has  contributors!
|
|
|
|
If you're not a developer and you've stumbled upon this repository, you can access the web interface on the [Modrinth website](https://modrinth.com) and download the latest release of the app [here](https://modrinth.com/app).
|
|
|
|
## Development
|
|
|
|
This repository contains two primary packages. For detailed development information, please refer to their respective READMEs:
|
|
|
|
- [Web Interface](apps/frontend/README.md)
|
|
- [Desktop App](apps/app/README.md)
|
|
|
|
## Modrinth Plus
|
|
|
|
Modrinth Plus adds a Connected Library for Git-hosted modpacks. A connected modpack repository must expose a public `modrinth-plus.json` manifest in the repository root. See [Connected Library documentation](docs/connected-library.md) and the [connected modpack template](templates/connected-modpack/README.md).
|
|
|
|
Windows release artifacts are signed for MrTrust. Users who want Windows to trust MrSphay-signed builds can download `MrTrust-<version>.zip` from [MrTrust releases](https://git.wilkensxl.de/MrSphay/MrTrust/releases), run `MrTrust.exe`, and choose `Install trust`. Trust can be removed again from the same tool.
|
|
|
|
## Contributing
|
|
|
|
We welcome contributions! Before submitting any contributions, please read our [contributing guidelines](https://docs.modrinth.com/contributing/getting-started/).
|
|
|
|
If you plan to fork this repository for your own purposes, please review our [copying guidelines](COPYING.md).
|
|
|
|
## Security
|
|
|
|
If you discover a security vulnerability within our codebase, please follow our [responsible disclosure guidelines](https://modrinth.com/legal/security).
|
|
|
|
## Support
|
|
|
|
If you need help with the Modrinth web interface or app, please visit our [support page](https://support.modrinth.com). For general inquiries, you can also join our [Discord server](https://discord.modrinth.com).
|
|
|
|
## License
|
|
|
|
All packages in this repository are licensed under their respective licenses. Refer to the LICENSE file in each package for more information.
|