mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-09 20:18:50 +01:00
🖋️ docs: Formatting Fix (#1726)
* 🍃 docs: Formatting Fix * 🖋️ docs: Formatting Fix * 🖋️ docs: Formatting Fix
This commit is contained in:
parent
d1cf02b5a8
commit
b5c2fb93c1
6 changed files with 63 additions and 47 deletions
|
|
@ -106,13 +106,14 @@ sudo apt-get install -y nodejs
|
|||
|
||||
### Using the command line (in the root directory)
|
||||
Setup the app:
|
||||
|
||||
1. Run `npm ci`
|
||||
2. Run `npm run frontend`
|
||||
|
||||
## Start the app:
|
||||
1. Run `npm run backend`
|
||||
2. Run `meilisearch --master-key put_your_meilesearch_Master_Key_here` (Only if SEARCH=TRUE)
|
||||
3. Visit http://localhost:3080 (default port) & enjoy
|
||||
3. Visit [http://localhost:3080](http://localhost:3080) (default port) & enjoy
|
||||
|
||||
### Using a shell script
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue