Setup and run your LangBear app.
--database
flag set to supabase
.
create-langbear-app
command will set up your Supabase project with the tables LangBear needs.
langbear.json
and set the database
property to supabase
.
.env
and set the SUPABASE_URL
and SUPABASE_KEY
variables.
npm run dev
and open http://localhost:3030 in your browser.
PORT
environment variable to customize the port LangBear application runs on. For example, use this command to run in port 3333: