MiduTeam / lyra-ai

✌ An open-source app using Next.js 13 & Cohere API. Midudev January Hackathon 2023.

Home Page:https://lyrai.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

✌ An open-source app using Next.js 13 & Cohere API. Midudev January Hackathon 2023.

https://lyrai.fly.dev

License:MIT License


Languages

Language:TypeScript 90.9%Language:Dockerfile 4.4%Language:JavaScript 3.8%Language:CSS 0.9%