- Clone the GitHub Repo
git clone http://github.com/michaelkremenetsky/personal-refeed-version refeed
- Change into the directory
cd refeed
- Setup Supabase via Docker Image or using the Hosted Platform
- Run this SQL in the Supabase SQL Editor
- Fill out the required Environment variables:
DATABASE_URL
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
SUPABASE_SERVICE_ROLE_KEY
IMAGE_ACCOUNT_ID
IMAGE_ACCESS_KEY_ID
IMAGE_ACCESS_KEY_SECRET
IMAGE_BUCKET_URL
ICON_BUCKET_URL
- Build and start Refeed via docker-compose
docker-compose up --build
- Open http://localhost:3000 in your browser.
Note
Please note the Refeed mobile app does not support self-hosted yet. This feature will be added in the next couple of weeks