From d0960847ae26847ef520c94cf710bf46e43edc8f Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 3 Feb 2024 01:05:28 +0100 Subject: [PATCH] Fix: Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbefd6..b7fb08a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To run NeuraChat locally, follow these steps: 1. Clone this repository. 2. Navigate to the project directory. 3. Install dependencies using `npm install` or `yarn install`. -4. Create `.env` file and put inside code `VITE_OPENAI_API_KEY="your_OpenAi_key"` with your OpenAi Api key. +4. Create `.env` file in project directory and put inside code `VITE_OPENAI_API_KEY="your_OpenAi_key"` with your OpenAi Api key. 5. Start the development server with `npm run dev` or `yarn dev`. You can use `npm run host` or `yarn host` to take a look on your phone. 6. Open your browser and visit `http://localhost:5173` (port may be different) to view the application.