Skip to content

Commit

Permalink
Merge pull request #328 from JoanGil/docs-windows-yarn-workaround
Browse files Browse the repository at this point in the history
Added note in contributing guide explaining how to make yarn usable on a windows machine
  • Loading branch information
iM-GeeKy authored Sep 5, 2023
2 parents 642c8b7 + 0c9bfce commit 65a49ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ We want this community to be friendly and respectful to each other. Please follo

## Development workflow

> **Working on a Windows machine?** Before executing any of the commands below, please make sure to comment out the line: `yarn-path "scripts/bootstrap.js"` in the `.yarnrc` file located at the project's root.
To get started with the project, run `yarn bootstrap` in the root directory to install the required dependencies for each package:

```sh
Expand Down

0 comments on commit 65a49ef

Please sign in to comment.