Skip to content

Commit

Permalink
Merge pull request dotnet#7513 from jstedfast/dev/jestedfa/contributi…
Browse files Browse the repository at this point in the history
…ng-building

Added Building step to CONTRIBUTING.md
  • Loading branch information
dibarbet authored Sep 4, 2024
2 parents 16f20b0 + 66ef98c commit f2000ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ Follow these steps to build, run, and test the repository:
#### Building

1. Run `npm i` - This command installs the project dependencies.
2. Run `npm i -g gulp` - This command installs Gulp globally.
3. Run `gulp installDependencies` - This command downloads the various dependencies as specified by the version in the [package.json](package.json) file.
4. Run `code .` - This command opens the project in Visual Studio Code.
2. Run `vsts-npm-auth -config .npmrc` - This command will configure your credentials for the next command.
3. Run `npm i -g gulp` - This command installs Gulp globally.
4. Run `gulp installDependencies` - This command downloads the various dependencies as specified by the version in the [package.json](package.json) file.
5. Run `code .` - This command opens the project in Visual Studio Code.

#### Running

Expand Down

0 comments on commit f2000ec

Please sign in to comment.