Skip to main content
  1. All Posts/

Gatsbylius

eCommerce JavaScript

Gatsbylius

The fastest Open Source storefront for Sylius.
Gatsbylius leverages Gatsby for building eCommerce PWA storefronts using React backed by a headless Sylius store.
Gatsby + Sylius = πŸš€,
Try the demo.


Started with ❀️ 🍻 πŸ”₯ in BΓ©thune #opengento

Overview

⚠️ Alpha software: Gatsbylius is in active development, things will change but contributions are welcome.
This monorep contains:

  • gatsby-source-sylius: This package create the graphql schema from a Sylius API.

Starter

Check Gatsbylius/gatsbylius-starter to start a new gatby site with a Sylius backend.

Get help

If you need help we encourage you to search on the web first. It will help you discover the community around both project (Gatsby & Sylius). You might find additional resources for learning each library in-depth when you will be ready.
Useful resources:

You can also open
issues with the
tag "question" and we will do our best to answer it. Of course, you can
browse answered questions
and try to help others by answering their opened questions.
If you need anything else, send an email to the team behind it! We can also take care of your project!

Setting up a local dev environment

If you wish to contribute to the project, this part will describe how to get a local dev environment up and running.

We use Lerna and Yarn to manage a monorepo. It allows us to easily manage and publish our packages.

Installation

Node and yarn

  • Install node at least with the version (>= 10.16.0) node --version
  • Install Yarn at least with the version (>= 1.0.2) yarn --version

Fork and clone

  1. Fork the gatsbylius/gatsbylius repository
  2. git clone git@github.com:<your-username>/Gatsbylius.git
  3. cd Gatsbylius && yarn && yarn run bootstrap
  4. open your favorite editor and start coding!

License

MIT