EcommerceKit is the Next.js starter kit that includes the tools you need to quickly launch your e-commerce website. It includes the components and blocks you need. It also includes an authentication system, mailing integration, and many third-party packages.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
