[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

skywatched#

university project. social media for movies and tv shows using the at protocol.

live demo

backend/jetstream consumer can be found at flo-bit/skywatched-backend

development#

  1. copy the .env.example file to .env and set the variables:
cp .env.example .env

required:

  • TMDB_API_KEY (get one here)
  • NYX_PASSWORD (can be generated on unix systems with openssl rand -base64 32)
  • BACKEND_URL (the url of the backend server)
  1. install the dependencies:
npm install
  1. run the development server:
npm run dev
  1. open the browser and go to localhost:5173

tech stack#

  • svelte(kit)
  • tailwind
  • turso (libSQL) w/ drizzle
  • lucia for auth