From 607da1172ebabd809c89293795de3c62ecc12f48 Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 17 Jan 2024 23:01:44 +0300 Subject: [PATCH] Removed information about frontend (#837) --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c089361a..82a7aff87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,17 +21,11 @@ ``` pip install -r requirements_dev.txt ``` -5. (Optional) Build the frontend: - ``` - ./scripts/build_frontend.sh - ``` 5. (Recommended) Install pre-commits: ``` pre-commit install ``` -For more information on frontend development, see [hub/README.md](hub/README.md). - ## Contributing process 1. Look for an existing issue or create a new one.