This is an open source e-commerce storefront build with everything new in Next.js 13 and Swell.Js
- Full e-commerce support:
- Product Detail Page
- Product Overview Page
- Search Product
- Filter Product
- Product Collections
- Cart & Checkout
- User Accounts
- Admin dashboard with auth, products, orders, subscriptions, and payments checkout with Swell
- Dark Mode
- Seller and customer workflows
- Order Details
- Blog using MDX and Contentlayer
- Newsletter subscription with React Email and Resend
-
Create your account on Swell and get your API keys
-
Clone the repository:
git clone https://github.com/cahyawibawa/weargoods-shop.git`
-
Install the dependencies:
pnpm install
-
Set your environment variables:
mv .env.example .env.local
-
Run the development server:
pnpm dev
-
Open http://localhost:3000 with your browser to see the result.