chore: use yarn only (#6141)

* use-only-yarn

* cicd-changes

* update-readme-and-contributing

* fix-build-log-url-error

* chore: Update package.json to use yarn commands

* yarn-install

* docs: Update workflow to clarify docs build step

* space
This commit is contained in:
Mendon Kissling 2025-02-06 12:44:46 -05:00 committed by GitHub
commit 84ff6d0fec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 145 additions and 24983 deletions

View file

@ -1,11 +1,11 @@
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
$ yarn install
```
### Local Development
@ -22,7 +22,7 @@ This command starts a local development server and opens up a browser window. Mo
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
This command generates static content into the `build` directory and can be served using any static contents hosting service, including `yarn serve`.
### Deployment