mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 21:27:50 +00:00
13 lines
339 B
Markdown
13 lines
339 B
Markdown
## Running locally
|
|
|
|
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js Commerce.
|
|
|
|
> Note: Get the environment variables from 1password under CPP vault name `Storefront ENV`.
|
|
|
|
```bash
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
Your app should now be running on [localhost:3000](http://localhost:3000/).
|