Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 629 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 629 Bytes

Birdr

A twitter-like social media platform built with Svelte.

Features

  • User authentication
  • Posting
  • Some user settings
  • Liking
  • Commenting
  • Following

Running yourself

  1. Clone repo
git clone https://github.com/Cyteon/birdr
  1. Install dependencies
npm i
  1. 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.

  2. Run the platform

npm run dev

or

npm run build
npm run start





--- This repo may contain code generated by copilot