# 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

🌐 cbs-archive.vercel.app
https://cbs-archive.vercel.app/

# Github repository

🚀 cbs-archive
https://github.com/aliciacyy/cbs-archive

# Setup guide

# Running Next.js app

  1. Install dependecies:
npm install
  1. 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.