forked from truefoundry/cognita
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Prathamesh Saraf
committed
Apr 18, 2024
1 parent
46a313a
commit 9505ff1
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,16 +39,10 @@ npm install -g [email protected] | |
|
||
### Installation | ||
|
||
1. Clone the repository: | ||
1. Navigate into the project directory: | ||
|
||
```bash | ||
git clone https://github.com/truefoundry/docs-qa-playground.git | ||
``` | ||
|
||
2. Navigate into the project directory: | ||
|
||
```bash | ||
cd docs-qa-playground/frontend | ||
cd cognita/frontend | ||
``` | ||
|
||
3. Install dependencies using Yarn: | ||
|
@@ -69,7 +63,7 @@ Sample .env file: | |
|
||
```bash | ||
VITE_QA_FOUNDRY_URL=http://localhost:8000 | ||
VITE_DOCS_QA_DELETE_COLLECTIONS=false | ||
VITE_DOCS_QA_DELETE_COLLECTIONS=true | ||
VITE_DOCS_QA_STANDALONE_PATH=/ | ||
VITE_DOCS_QA_ENABLE_REDIRECT=false | ||
VITE_DOCS_QA_MAX_UPLOAD_SIZE_MB=200 | ||
|