https://github.com/adeptry/myorderapp-sellers
Next.js front-end for Square Sellers to manage their MyOrderApp
https://github.com/adeptry/myorderapp-sellers
ecommerce myorderapp square
Last synced: 5 months ago
JSON representation
Next.js front-end for Square Sellers to manage their MyOrderApp
- Host: GitHub
- URL: https://github.com/adeptry/myorderapp-sellers
- Owner: Adeptry
- License: gpl-3.0
- Created: 2023-07-19T02:13:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T01:59:35.000Z (over 2 years ago)
- Last Synced: 2024-03-20T04:24:23.492Z (over 2 years ago)
- Topics: ecommerce, myorderapp, square
- Language: TypeScript
- Homepage: https://sellers.myorderapp.com
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# MyOrderApp for Sellers Front-end
> Transform your Square POS setup into a powerful mobile ordering platform with MyOrderApp. Just use Square the way you already do, and trust us to provide an exceptional mobile ordering experience for your customers. The platform features immediate synchronization with your Square Catalog and Locations, ensuring your app is always up-to-date. Effortlessly manage and rearrange your catalog’s categories, items, and variations whenever you wish.
This is the front-end merchants use to sign up, modify their catalog, and select their plan.
This is a [Next.js](https://nextjs.org/) project bootstrapped using [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with Material UI installed.
## How to use
Install dependencies and run:
```bash
npm install
cp env-example .env
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.