* chore: add Social Media Manager role and color to constants * chore: bump version
PreMiD
This is the monorepo for PreMiD. PreMiD is a simple, configurable utility that allows you to show what you're watching/listening to on your Discord profile.
Getting Started
If you are a user looking to install PreMiD, please visit the official website.
If you are a developer looking to contribute to PreMiD, read along.
Table of Contents
Packages
This monorepo is split into multiple packages / projects. Here's a list of them:
- apps/api - The API for PreMiD.
- apps/website - The website for PreMiD.
- apps/docs - The official documentation for PreMiD.
- apps/pd - A simple url shortener service to shorten urls longer than 256 characters.
- apps/schema-server - Simple Schema server for the Presence manifest.
- packages/db - Database schema for PreMiD.
Development
Release
To release a new version of a package, run the following command:
cd apps/<app>
pnpm bumpp -y -t <app>-v
Replace <app> with the name of the package you want to release. For example, to release a new version of the schema-server package, you would run:
cd apps/schema-server
pnpm bumpp -y -t schema-server-v
This will use bumpp to bump the version of the package in the package.json file, create a tag for the new version, and push the changes to the remote repository.
License
This project is licensed under the MPL-2.0 License.