feat(contribution): update guidelines

This commit is contained in:
ItzCrazyKns 2024-12-02 21:07:59 +05:30
parent e08d864445
commit 8cb74f1964
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Perplexica's design consists of two main domains:
- **Frontend (`ui` directory)**: This is a Next.js application holding all user interface components. It's a self-contained environment that manages everything the user interacts with.
- **Backend (root and `src` directory)**: The backend logic is situated in the `src` folder, but the root directory holds the main `package.json` for backend dependency management.
- All of the focus modes are created using the Meta Search Agent class present in `src/search/metaSearchAgent.ts`. The main logic behind Perplexica lies there.
## Setting Up Your Environment