This is a simplified version of the project, supporting the use of local models.
-
Clone the repository:
git clone https://github.com/your-username/your-repository-name.git cd your-repository-name
-
Install dependencies:
Using Yarn:
yarn install
Or using npm:
npm install
-
Configure environment variables:
cp .env.example .env
Using Yarn:
yarn dev
Or using npm:
npm run dev