Skip to content

omar2205/2watch

Repository files navigation

image

2Watch chrome ext

Keep track of your Movies/shows.

Stack: Sveltekit, TailwindCSS, and Supabase.

Usage

  1. Create a Supabase account, project, and mv src/lib/config.example.ts to config.ts.
  2. Edit src/lib/config.ts with your project url and anon key (Go to api section in your project)
  3. Create ws table in supabase
Name          Type    Default Value     Primary
id            int4                        x
name          text
IMDB          text
creadted_at   timestamp now()
last_modified ~         ~
data          json    [""s":1",""e":1"]
  1. Edit and Move deploy.example.sh to deploy.sh (Follow the instructions to install it as an unpacked)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published