This is a Next.js project bootstrapped with create-next-app
.
- Clone this project using your favorite method.
cd thrifty
and run either one of these commands:
npm i
yarn add
pnpm i
bun i
- To use this project you'll need a Supabase account.
- 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
.
- 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.