Skip to content

Commit 3e69d3e

Browse files
committed
add npm run start-dev to contributing guidelines
1 parent 6724520 commit 3e69d3e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ chances of your issue being dealt with quickly:
5353

5454
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/[organization-name]/[repository-name]/issues/new].
5555

56+
### <a name="development"></a> Developing the Module
57+
If you want to test a change you added to the module, start the sample app with `npm run start-dev`. This will build the module and start the sample app without running the linter.
58+
5659
### <a name="submit-pr"></a> Submitting a Pull Request (PR)
5760
Before you submit your Pull Request (PR) consider the following guidelines:
5861

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ const sampleReducer = (state = initialState, action) => {
155155
156156
A sample React-based Single Page Application (SPA) that uses this component is available in the [sample folder](sample/README.md). There you'll find a couple implementations that leverage the library, as well as a tutorial of how to set up Azure Active Directory with an Identity Provider.
157157
158+
## Contributing
159+
See our contribution guildlines [here](CONTRIBUTING.md)
160+
158161
## Resources
159162
160163
- [React AAD MSAL NPM Module](https://www.npmjs.com/package/react-aad-msal)

0 commit comments

Comments
 (0)