From 84ced87b5d0803e589def6854f9bcbeaec0d0e4f Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 30 Oct 2021 18:53:17 +0330 Subject: [PATCH] move info --- CONTRIBUTING.md | 3 +++ README.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3917768..47fd85e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,9 @@ ## Where should I start? Everything from https://github.com/Suwayomi/Tachidesk-Server/blob/master/CONTRIBUTING.md#where-should-i-start applies here. +## About this project +This is a `create-react-app` project, you can find it's readme in [BUILDING.md](./BUILDING.md) + ## Coding Style Guide **Note:** Some of the bellow are new, refactor the code to match the style guide where you see discrepancies. - Don't use relative imports. diff --git a/README.md b/README.md index d5f6c60d..d50296b6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ WebUI doesn't have it's own Tachidesk distribution and is version locked by Tach You can find minified builds of WebUI in [Tachidesk-WebUI-preview](https://github.com/Suwayomi/Tachidesk-WebUI-preview) -# About -This is a `create-react-app` project, you can find it's readme in [BUILDING.md](./BUILDING.md) - ## Contributing and Technical info See [CONTRIBUTING.md](./CONTRIBUTING.md).