Ties is the most delightful way to stay in touch with people that mean a lot to you. See demo on YouTube
-
Ties is built with a Supabase backend, so the first thing you'd want create a new project (Create a supabase account). Follow this video if you don't know what supabase is. After creating your project, you'll need to copy
NEXT_PUBLIC_SUPABASE_URL
andNEXT_PUBLIC_SUPABASE_ANON_KEY
. -
Next, create a new
.env
file and copy over the contents ofexample.env
.NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= RESEND_API_KEY=
-
Then head over to resend to get your API keys.
-
Create
connections
andreach_outs
tables with the following scripts inscript.sql
. -
Start the application with
yarn dev
The project is in early stages, so I'm currently accepting as much contribution as possible. If you'd like to contribute, [reach out to me](https://twitter.com/vick_OnRails!