Skip to content

Commit

Permalink
docs(website): update installation and links
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tnir committed Jul 17, 2022
1 parent c86e319 commit 63ded32
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. In the this directory, do `yarn install`.
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

Expand All @@ -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

0 comments on commit 63ded32

Please sign in to comment.