Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 985 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 985 Bytes

🧠 Brain Examples

This repository consists of examples of using the 🧠 Brain library.

✨ How to use

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

📚 List of Examples

You can find the list of available examples and their brief description in brain docs

You can also find them here on Github