A simple app to create and share watchlists with your friends.
Requirements:
- pnpm
- Docker
Clone the repo and install dependencies:
pnpm installSetup your environment variables
cp .env.example .envStart a local database with Docker
docker-compose up -dStart the development server
pnpm devThis project was built with the T3 Stack.