Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 541 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 541 Bytes

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