Skip to content

Khanhtran47/Sora

Repository files navigation


Logo

SORA

A web app for exploring, watching movies, tv shows and anime built with Remix and NextUI.

Warning This app is a work in progress.

Table of Contents
  1. Tech Stack
  2. Development
  3. License


Tech Stack

  • Remix with Typescript
  • NextUI for pre-made components and themes
  • Styled using TailwindCSS and Stitches
  • SwiperJS for touch slider
  • Internationalization using i18n
  • Authentication, database using Supabase
  • UI Components built using Radix UI
  • Animation using Framer Motion
  • State management using Zustand
  • Custom media player using Artplayer
  • Cache using LRU Cache
  • Color manipulation and conversion using Tinycolor

(back to top)

Development


  1. Install dependencies using pnpm
pnpm install
  1. Copy .env-example and update the variables

  2. Start the development server

pnpm dev

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)