Mintplex-Labs / anythingllm-docs

Documentation of AnythingLLM by Mintplex Labs Inc.
https://anythingllm-docs.vercel.app
MIT License
52 stars 15 forks source link
ai ai-agents anythingllm desktop-app documentation llm nextjs rag vercel

AnythingLLM logo

Project Structure

├── public/
│   ├── images/
│   │   ├── anythingllm-setup/
│   │   ├── cloud/
│   │   ├── faq/
│   │   ├── features/
│   │   ├── getting-started/
│   │   ├── guides/
│   │   ├── home/
│   │   ├── legal/
│   │   ├── product/
│   │   └── thumbnails/
│   ├── favicon.png
│   ├── licence.txt
│   └── robots.txt
├── pages/
│   ├── agent/
│   ├── api/
│   ├── changelog/
│   ├── cloud/
│   ├── features/
│   ├── installation/
│   ├── setup/
│   ├── _meta.json
│   └── index.mdx
├── components/
│   └── icons/
├── next-env.d.ts
├── next.config.js
├── package.json
├── pull-request-template.md
├── README.md
├── theme.config.tsx
└── tsconfig.json

Setup for Local Development

  1. Clone this Repository to your local machine using git clone:
git clone https://github.com/Mintplex-Labs/anythingllm-docs.git
  1. Install dependencies using yarn:
yarn
  1. Start the development server:
yarn dev

Contributing

License

This project is licensed under the MIT License.

special thanks to @ShadowArcanist for the migration to NextJS