From 98ce2ff9391a4cdfcab5416c756f21f3da5fe1f0 Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Mon, 26 Feb 2024 06:34:16 +0100 Subject: [PATCH] chore: readme stuff --- README.md | 12 ++++++++++-- apps/schema-server/Readme.md | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 apps/schema-server/Readme.md diff --git a/README.md b/README.md index 1bb606e..e33e4c2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ + + +# PreMiD + [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/PreMiD/PreMiD) -# PreMiD Monorepo +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. -This is the monorepo for the PreMiD project. 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](https://premid.app).** + +If you are a developer looking to contribute to PreMiD, read along. ## Table of Contents diff --git a/apps/schema-server/Readme.md b/apps/schema-server/Readme.md new file mode 100644 index 0000000..d09ad2c --- /dev/null +++ b/apps/schema-server/Readme.md @@ -0,0 +1,3 @@ +# @premid/schema-server + +This is a simple schema server which serves JSON schemas for Presence Developers.