chore(docs): update storybook publish links (#11609)

* fix(storybook): update storybook publish links
Because:

* Latest versions of Storybook builds are no longer published to Github
  pages.

This commit:

* Update docs to indicate new location where Storybooks are published.

Closes #11468
This commit is contained in:
Reino Muhl 2022-01-13 10:20:15 -05:00 коммит произвёл GitHub
Родитель 643c12606e
Коммит 628fb0c211
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -6,10 +6,21 @@ This is the server that handles payments.
This project uses [Storybook](https://storybook.js.org/) to show each screen without requiring a full stack.
You can view the Storybook built from the most recent main at http://mozilla.github.io/fxa/fxa-payments-server/
In local development, `yarn storybook` should start a Storybook server at <http://localhost:6006> with hot module replacement to reflect live changes.
### Latest builds
The latest builds of the various FXA Storybooks are published to Google Cloud Platform, using this GCP Storybook Publisher, and can be found in the following ways.
- Via direct URL
- Navigate to the [Mozilla Storybooks FXA URL](https://storage.googleapis.com/mozilla-storybooks-fxa/index.html)
- Click the commit youd like to view. (This includes both main and PR commits)
- Click fxa-payments-server
- From the [FXA Github repo](https://github.com/mozilla/fxa)
- Click on the green check mark next to the latest commit off of main. (Near the top of the page)
- Scroll down and click on “Details” for entry storybooks:pull request
- Click fxa-payments-server
## Installation notes
On Mac OS, `yarn test` may trigger an `EMFILE` error. In this case, to get tests running, you may need to `brew install watchman`. (If the watchman postinstall step fails, follow the instructions [here](https://stackoverflow.com/a/41320226) to change `/usr/local` ownership from root to your user account.)