#
CBS Archive- Next.js, Supabase
#
Project summary
A website to save archive links of past Clues by Sam links and optionally keeping tracking which ones are done if logged in with a user account.
#
🌐 Page
#
Github repository
#
Setup guide
#
Running Next.js app
- Install dependecies:
npm install
- Run dev
npm run dev
#
Running Python script
The script is used to get the link of the archive and saving into Supabase's database.
source venv/bin/activate
python main.py
#
Deployment
Done using Vercel.