Skip to content

Commit

Permalink
Fix: Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTeida committed Feb 3, 2024
1 parent 44b4ab2 commit d096084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d096084

Please sign in to comment.