-
Install dependencies
cd GatsbyJS-Swell-E-Commerce yarn install
-
Adding .env
- Add the following global variables in .env:
GATSBY_SWELL_STORE_ID=your-store-id GATSBY_SWELL_PUBLIC_KEY=your-public-key GATSBY_SWELL_SECRET_KEY=your-secret-key
-
Start developing.
npm run develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
Usefull Links
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)