Skip to content

dudusotero/sotero-shop

Repository files navigation

This is an e-commerce project combining Next.js + Swell.

Getting Started

First, install all dependencies:

pnpm i

Copy .env.example file to .env.local and replace the variables with your own values.

cp .env.example .env.local

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.


To run the production version, just run:

pnpm build && pnpm start

About

An e-commerce built with Next.js 13 + Swell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published