This repository consists of examples of using the 🧠Brain library.
To run examples from this monorepo, first clone the repo and navigate to it
git clone https://github.com/IQAIcom/brain-examples.git
cd brain-examples
Then, navigate to the example you want to run and run the following command:
cd /app/<example-name>
pnpm install
You can find all examples in /apps
folder
Then, clone the .env.example
file and rename it to .env
cp .env.example .env
You need to set the environment variables in the .env
file.
After that, you can run the following command:
pnpm dev
You can find the list of available examples and their brief description in brain docs
You can also find them here on Github