This is an e-commerce project combining Next.js + Swell.
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