This repo contains the source code and documentation powering docs.scandipwa.com.
- Git
- Node: any 12.x version starting with v12.0.0 or greater
- Yarn: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
- A clone of the docs.scandipwa.com.org repo on your local machine
- go into the project root
yarn
to install the website's npm dependencies
yarn dev
to start the hot-reloading development server (powered by Gatsby)open http://localhost:8000
to open the site in your favorite browser