Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Latest commit

 

History

History
98 lines (73 loc) · 2.85 KB

README.md

File metadata and controls

98 lines (73 loc) · 2.85 KB

Explore   ❖   Getting Started   ❖   Team   ❖   Deploy   ❖   midudev Hackathon

GitHub stars GitHub issues GitHub license GitHub forks

👋 Team

🛠️ Stack

This is a Turborepo project with:

🚀 Getting Started

  1. Clone or fork this repository:
git@github.com:MiduTeam/lyra-ai.git
  1. Install dependencies with your favorite package manager:
npm i
# or
yarn install
# or
pnpm install
# or
ultra install
  1. Create a .env file in the root of the project and add the following variables:
COHERE_KEY=
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm run dev
# or
ultra dev

✨ Open http://localhost:3000 with your browser to see the result.

⭐ Contributing

☁️ Deploy: