From 91977056606d6a8039af61a844ccc02f1022ab80 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:01:23 +0530 Subject: [PATCH] fix: pointing to better docs for setting up a local installation --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index f1aa0bd9..c91fd80c 100755 --- a/README.md +++ b/README.md @@ -47,20 +47,7 @@ Please consider [sponsoring](https://github.com/sponsors/frikky) the project if ### Setting up a local development environment -For the backend, you need to have [Go](https://golang.org/doc/install) installed. For the frontend, you need to have [Node.js](https://nodejs.org/en/download/) installed. - -Checkout [this](./backend/README.md) to get started with running the backend locally. -You can run the frontend locally by running the following commands: - -```bash -cd frontend -yarn install -yarn start -``` - -And then, you can access the frontend at [http://localhost:3000](http://localhost:3000). - -Make sure to also start the database by running `docker-compose up opensearch -d` in the root directory. +Please follow the steps mentioned [here](https://github.com/Shuffle/Shuffle/blob/main/.github/install-guide.md)! ## Related repositories * OpenAPI apps: [https://github.com/frikky/security-openapis](https://github.com/frikky/security-openapis)