From a181de2cd1991ec4eb06f438d52515ff6b1be7f0 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sun, 17 Jul 2022 06:53:14 +0000 Subject: [PATCH] docs(website): update installation and links While this project could support `lerna watch`, developer experience of it with other css/js/react repositories does not look the best. This repo should be developed independently. Signed-off-by: Takuya Noguchi --- packages/website/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/website/README.md b/packages/website/README.md index 50683913fe..a7c5657c4b 100644 --- a/packages/website/README.md +++ b/packages/website/README.md @@ -8,9 +8,10 @@ Check out our [website][2] for a complete explanation and documentation. # Installation -1. `yarn install` in the root of this repository (two level above this directory). +1. `yarn install` in the this directory. 1. In this directory, do `yarn start`. -1. A browser window will open up, pointing to the docs. +1. Open `http://localhost:3000/` +1. See [Docusaurus document][10] for detail # Deployment @@ -20,9 +21,5 @@ Netlify handles the deployment of this website. If you are part of the DocSearch [2]: https://docsearch.algolia.com/ [3]: https://api.netlify.com/api/v1/badges/30eacc09-d4b2-4a53-879b-04d40aaea454/deploy-status [4]: https://app.netlify.com/sites/docsearch/deploys -[6]: https://github.com/algolia/docsearch -[7]: https://github.com/algolia/docsearch-configs -[8]: https://github.com/algolia/docsearch-scraper -[9]: https://github.com/algolia/docsearch-website -[10]: https://v2.docusaurus.io/ +[10]: https://docusaurus.io/docs [11]: https://app.netlify.com/sites/docsearch/overview