jamstack-cms / jamstack-ecommerce

A starter project for building performant ECommerce applications with Next.js and React
https://www.jamstackecommerce.dev/
MIT License
1.92k stars 422 forks source link

Does not appear to be Gatsby project #32

Open marksteven opened 3 years ago

marksteven commented 3 years ago

Hi Nader, I too have had this issue where the Gatsby project JAMstack-ecommerce appears to be a React project. I loaded as per your specifications https://dev.to/aws/building-a-serverless-jamstack-ecommerce-store-with-gatsby-aws-303f Tried gatsby develop and got failure. Bit of muting around and then Trying npm run it started on Localhost:3000

On closer inspection it appears to not be a Gatsby project? Do you have the original somewhere else maybe and it got moved? Like Nabuko I too would like to try this out Gatsby Amplify etc This is the link to the repository from the page that I loaded

https://github.com/jamstack-cms/jamstack-ecommerce

Really hope this is able to be corrected as really would like to Try a Gatsby AWS Stripe project Thanks in advance Mark

marksteven commented 3 years ago

For those looking I may have found the Gatsby Git. Try this one https://github.com/jamstack-cms/jamstack-cms

taylordragoo commented 3 years ago

For those looking I may have found the Gatsby Git. Try this one https://github.com/jamstack-cms/jamstack-cms

You just have to clone the master branch from this repo for it to be a Gatsby project...

git clone -b master https://github.com/jamstack-cms/jamstack-ecommerce.git

marksteven commented 3 years ago

Hi Taylor, Thanks for that Cheers Mark