This repository contains docs of ScandiPWA. These are now docs, old can be found here: https://github.com/scandipwa/docs
DEPRECATED: use https://github.com/scandipwa/docs.scandipwa.com
-
Make sure the
gem
command is available:gem -v # should output 3^
If the command is not found, install ruby. The gem executable will come packed in.
-
Install jekyll and bundler gem:
gem install bundler jekyll
-
Install the the project dependencies, using
bundle
:bundle install
-
Start the server:
bundle exec jekyll serve
```bash
ALGOLIA_API_KEY='<ADMIN_API_KEY>' bundle exec jekyll algolia
```