Skip to content

Commit 59513b7

Browse files
michael-smallkirjs
authored andcommitted
docs: add dev-app section to contributing docs
docs: link directly to dev-app `README.md`
1 parent 1ca9d28 commit 59513b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

contributing-docs/building-and-testing-angular.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ It also explains the basic mechanics of using `git`, `node`, and `pnpm`.
66
- [Building and Testing Angular](#building-and-testing-angular)
77
- [Prerequisite Software](#prerequisite-software)
88
- [Development in a Container](#development-in-a-container)
9+
- [Experimenting in dev-app](#experimenting-in-dev-app)
910
- [Getting the Sources](#getting-the-sources)
1011
- [Installing NPM Modules](#installing-npm-modules)
1112
- [Building](#building)
@@ -57,6 +58,10 @@ following on your development machine:
5758

5859
You can also use the provided [Dev Container](https://containers.dev/) configuration to set up a development environment. This approach uses Docker to create a container with all the necessary tools (Node.js, pnpm, etc.) pre-installed.
5960

61+
## Experimenting in dev-app
62+
63+
For experimentation while developing Angular, consider running the [dev-app](../dev-app/README.md) in this repository.
64+
6065
**Prerequisites:**
6166

6267
- [Docker Desktop](https://www.docker.com/products/docker-desktop)

0 commit comments

Comments
 (0)