Danny Avila bce321dbbb 📖 docs: MEILI_NO_SYNC, TRUST_PROXY, and Support for Redis Clusters (#243)
* docs: Add instructions for disabling MeiliSearch index sync in multi-node setups

* 📖 add section on Trust Proxy configuration in dotenv.mdx

* Updated REDIS section in dotenv.mdx

* chore: fix char issue

---------

Co-authored-by: Pedro Reis <kaphwor@sapo.pt>
Co-authored-by: Gil Assunção <gil.assuncao@parceiros.nos.pt>
2025-02-20 17:39:38 -05:00
2025-02-20 14:43:12 -05:00
2025-02-20 14:43:12 -05:00

LibreChat Docs

Based on Nextra

Local Development

Pre-requisites: Node.js 18+, pnpm 9+

  1. Optional: Create env based on .env.template
  2. Run pnpm i to install the dependencies.
  3. Run pnpm dev to start the development server on localhost:3333
  4. Run pnpm build to build...
  5. Run pnpm start to start the production server on localhost:3333

⚠️ Note: try building prod before making a PR

Bundle analysis

Run pnpm run analyze to analyze the bundle size of the production build using @next/bundle-analyzer.

Description
No description provided
Readme MIT 108 MiB
Languages
MDX 83.8%
TypeScript 14.9%
CSS 0.6%
JavaScript 0.6%
Shell 0.1%