Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun authored Nov 17, 2023
1 parent 8cf2354 commit 736b5d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ json files, and updates the shrinkwrap file as needed.

### Try a sample

Now you can go to the `samples` folder and try the `create-app-demo` sample app, develop and test your changes over there. This is the exact same app that our create-app package generates.
Now you can go to the `samples` folder and try the `poc-subappv1-csp` sample app, develop and test your changes over there. This is the exact same app that our create-app package generates.

```bash
$ cd samples/create-app-demo
$ cd samples/poc-subappv1-csp
$ rushx dev
```
>> Note that the app you are trying to run should be there in the projects list of `rush.json`
You should see some output in the console with `[DEV ADMIN]`. You can press `M` for the dev menu.

Expand Down

0 comments on commit 736b5d7

Please sign in to comment.