Skip to content

waikoo/thrifty

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Clone this project using your favorite method.
  2. cd thrifty and run either one of these commands:
npm i
yarn add
pnpm i
bun i
  1. To use this project you'll need a Supabase account.
  2. After setting up your account, you'll need to make a .env.local in the project root file with the following contents:
NEXT_PUBLIC_SUPABASE_URL=<your-supabase-url-here>
NEXT_PUBLIC_SUPABASE_ANON_KEY=<you-supabase-anon-key-here>

You can get these by going to your Supabase dashboard, from the left-hand menu to Project Settings, then API.

  1. Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the e-commerce site.