mirror of
https://github.com/vercel/commerce.git
synced 2025-08-15 05:11:22 +00:00
.vscode
assets
components
config
framework
lib
pages
api
catalog
customer
cart.ts
checkout.ts
login.ts
logout.ts
signup.ts
wishlist.ts
product
search
404.tsx
[...pages].tsx
_app.tsx
_document.tsx
cart.tsx
index.tsx
orders.tsx
profile.tsx
search.tsx
wishlist.tsx
public
.editorconfig
.env.template
.eslintrc
.gitignore
.prettierignore
.prettierrc
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
swell-js.d.ts
tailwind.config.js
tsconfig.json
yarn.lock
* Implement custom checkout core * Fix elements on core * Add files to providers * Adapt providers * Update types * Update shopify file * Format files