Skip to content

Mintplex-Labs/anythingllm-docs

Repository files navigation

AnythingLLM logo

Project Structure

├── public/
│   ├── images/
│   │   ├── anythingllm-setup/
│   │   ├── features/
│   │   ├── getting-started/
│   │   ├── guides-and-faq/
│   │   ├── home/
│   │   ├── legal/
│   │   └── product/
│   ├── favicon.png
│   ├── licence.txt
│   └── robots.txt
├── pages/
│   ├── anythingllm-setup/
│   ├── features/
│   ├── getting-started/
│   ├── guides-and-faq/
│   ├── legal/
│   ├── product/
│   ├── anythingllm-cloud.mdx
│   ├── contribute.mdx
│   └── 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

  • Create issue
  • Create PR with branch name format of <issue number>-<short name>
  • yee haw let's merge

License

This project is licensed under the MIT License.

special thanks to @ShadowArcanist for the migration to NextJS