/edgeguides

Developer documentation for the Solidus eCommerce framework.

Primary LanguageJavaScript

Solidus Developer Documentation

This repository hosts the developer documentation for Solidus, the open-source eCommerce framework for industry trailblazers.

The documentation, which is still a work in progress, is built using Docusaurus 2 and published to https://edgeguides.solidus.io.

Installation

$ yarn

Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

There's nothing special to do here: this website is published via Cloudflare Pages. All PRs generate a preview environment, and all commits to main will cause the main site to be rebuilt.