Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note in contributing guide explaining how to make yarn usable on a windows machine #328

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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