when. is a website that tells you when tv shows & movies are coming out - to the second.
npm install
npm run build
npm run dev
# only run vite (no cloudflare worker functions)
npm run dev:vite
# nix users can get up and running with a single command
nix runTRAKT_API_SECRET: trakt client secret (required)VITE_TRAKT_API_KEY: trakt client id (required)VITE_ORIGIN: website url for oauth redirect (default:http://localhost:8788)VITE_SERVER: url for functions server (default:http://localhost:8788)VITE_TMDB_KEY: tmdb api key (required)