commerce/README.md
Chloe 4d9f4fe822
fix: update README
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-06-03 10:56:21 +07:00

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/).