/supabase-typesense-app

A demo app to test supabase and typesense

Primary LanguageRuby

Supabase Typesense App

This is a starter project for a full-stack app using Supabase and Typesense.

Setting up

  1. Copy the .env.example file to .env and fill in the environment variables.
cp .env.example .env
  1. Setup the project
bin/setup
  1. Run the app
bin/dev