Webapp for STA confectionery store retail displays. This app displays the curent Square catalog with the images and prices.
Create a .env file at the root of the project with SQUARE_ACCESS_TOKEN
. This
comes from the Square developer dashboard.
Install pnpm.
Run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with
create-next-app
.