view "e-commerce_demo.mp4" to check out the general features of the application.
install the dependencies:
npm install
include the environment variables in ".env.example" file in your ".env" file:
NEXT_PUBLIC_WIX_CLIENT_ID=
NEXT_PUBLIC_WIX_APP_ID=
NEXT_PUBLIC_FERA_ID=
FEATURED_PRODUCTS_CATEGORY_ID=
MONGO=
run the development server:
npm run dev
open http://localhost:3000 with your browser to see the result.