Source for https://percy.io/docs. All docs are Markdown files in the /docs folder.
yarn
First ensure you've setup percy-web.
Next you'll need to link percy-docs to percy-web so that percy-web uses your local version of
percy-docs.
Here's how you do that:
cd path/to/percy-docs
yarn link
cd path/to/percy-web
yarn link percy-docs
yarn
yarn startNow visit http://dev.percy.local:4200/docs and fully styled local docs should appear.