From ca913cafbcbbe9bf312830f060eab65eaa673332 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Thu, 25 Jul 2024 17:49:22 +0200 Subject: [PATCH] fix: README fixes (#1321) --- README.md | 16 ++++++++-------- apps/frontend/README.md | 2 +- packages/eslint-config-custom/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ce324ca4..6aaa0a15a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# ![Modrinth Logo on Mount Olympus](/.github/assets/monorepo_cover.png) +# ![Modrinth Monorepo Cover](/.github/assets/monorepo_cover.png) -![Issues](https://img.shields.io/github/issues-raw/Modrinth/olympus?color=c78aff&label=issues&style=for-the-badge) -![Pull Requests](https://img.shields.io/github/issues-pr-raw/Modrinth/olympus?color=c78aff&label=PRs&style=for-the-badge) -![Contributors](https://img.shields.io/github/contributors/Modrinth/olympus?color=c78aff&label=contributors&style=for-the-badge) -![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/modrinth/olympus/badge?style=flat&logoColor=white&color=c78aff&style=for-the-badge) -![Commit Activity](https://img.shields.io/github/commit-activity/m/Modrinth/olympus?color=c78aff&label=commits&style=for-the-badge) -![Last Commit](https://img.shields.io/github/last-commit/Modrinth/olympus?color=c78aff&label=last%20commit&style=for-the-badge) +![Issues](https://img.shields.io/github/issues-raw/Modrinth/code?color=c78aff&label=issues&style=for-the-badge) +![Pull Requests](https://img.shields.io/github/issues-pr-raw/Modrinth/code?color=c78aff&label=PRs&style=for-the-badge) +![Contributors](https://img.shields.io/github/contributors/Modrinth/code?color=c78aff&label=contributors&style=for-the-badge) +![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/modrinth/code/badge?style=flat&logoColor=white&color=c78aff&style=for-the-badge) +![Commit Activity](https://img.shields.io/github/commit-activity/m/Modrinth/code?color=c78aff&label=commits&style=for-the-badge) +![Last Commit](https://img.shields.io/github/last-commit/Modrinth/code?color=c78aff&label=last%20commit&style=for-the-badge) ## Modrinth Monorepo -Welcome to the Modrinth Monorepo, the primary codebase for the Modrinth web interface and app. It contains ![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/modrinth/olympus/badge?logoColor=white&color=black&label=) lines of code and has ![Contributors](https://img.shields.io/github/contributors/Modrinth/olympus?color=black&label=) contributors! +Welcome to the Modrinth Monorepo, the primary codebase for the Modrinth web interface and app. It contains ![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/modrinth/olympus/badge?logoColor=white&color=black&label=) lines of code and has ![Contributors](https://img.shields.io/github/contributors/Modrinth/code?color=black&label=) 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). diff --git a/apps/frontend/README.md b/apps/frontend/README.md index 87098f5d1..f7d2adbe3 100644 --- a/apps/frontend/README.md +++ b/apps/frontend/README.md @@ -21,7 +21,7 @@ Follow these steps to set up your development environment: ```bash pnpm install -pnpm dev +pnpm web:dev ``` You should now have a development build of the web interface running with hot-reloading enabled. Any changes you make to the code will automatically refresh the browser. diff --git a/packages/eslint-config-custom/README.md b/packages/eslint-config-custom/README.md index 8b42d901b..71434ccb4 100644 --- a/packages/eslint-config-custom/README.md +++ b/packages/eslint-config-custom/README.md @@ -1,3 +1,3 @@ -# `@turbo/eslint-config` +# `eslint-config-custom` Collection of internal eslint configurations.