chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Add option to set up project with Chec CLI demo-store in setup steps #76

Closed jaepass closed 4 years ago

SaravgiYash commented 4 years ago

Hi, @jaepass I would like to work on this issue. I am new to open source so can you please guide me?

robbieaverill commented 4 years ago

Hi @Yashs911, thanks for your interest. You can install this repository as a Commerce.js demo site using our CLI, where this template is one of the options under the demo-store command. This task is to add some instructions for doing this to the readme of this repository.

SaravgiYash commented 4 years ago

@robbieaverill So I need to add this method:

2

in the readme file of this repository. Am I correct?

robbieaverill commented 4 years ago

Yes that's correct

robbieaverill commented 4 years ago

Thanks @Yashs911