https://github.com/hamlim/watch-list
A shared watch list web app
https://github.com/hamlim/watch-list
Last synced: 5 months ago
JSON representation
A shared watch list web app
- Host: GitHub
- URL: https://github.com/hamlim/watch-list
- Owner: hamlim
- Created: 2022-01-24T15:58:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T15:15:06.000Z (7 months ago)
- Last Synced: 2025-12-20T04:29:45.698Z (7 months ago)
- Language: TypeScript
- Homepage: watch-list-kappa.vercel.app
- Size: 510 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watch List
A shared movie/show list manager!
## Getting Started:
```sh
yarn
```
```sh
yarn dev
```
## Deploying:
```sh
yarn deploy
```
When you're ready to deploy to production:
```sh
yarn deploy-prod
```
## Configuring the DB:
### Local Dev:
Create a `.env.local` file and add the following content:
```env
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
// todo - movie api key: https://www.themoviedb.org/
```
### Production:
If you're deploying on Vercel, add the above two secrets from your `.env.local`
file to the project and deploy!
## Documentation:
- `/documentation`
- colors
- `/documentation/button`
- Buttons
- `/documentation/input`
- Inputs
- `/documentation/type-scale`
- Font sizes