Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 198 Bytes

File metadata and controls

16 lines (13 loc) · 198 Bytes

finbot

Prerequisites

create a .env file in finbot-app/ and add the following

OPENAI_API_KEY=yourkey
SUPABASE_PASSWORD=yourkey

To run

cd finbot-app
npm install
npm run dev