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:
parent
e89edc3c1c
commit
84ff6d0fec
10 changed files with 145 additions and 24983 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue