You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/mza-codes/spicy-restaurants.git
cd spicy-restaurants/
cp .sample.env .env
# MUST Decalre `DB` Database URL in .env
pnpm i
pnpm dev
# Replace `pnpm` with `yarn` | `npm`