A twitter-like social media platform built with Svelte.
git clone https://github.com/Cyteon/birdr
npm i
Copy .env.example
to .env
and fill out the values. I used supabase for S3, so not sure if names of values is the same on aws S3.
Run the platform
npm run dev
or
npm run build
npm run start
--- This repo may contain code generated by copilot