mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add dev-app section to contributing docs
docs: link directly to dev-app `README.md`
(cherry picked from commit 59513b740d)
This commit is contained in:
parent
245bcdd607
commit
ca5b3c4d3e
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ It also explains the basic mechanics of using `git`, `node`, and `pnpm`.
|
|||
- [Building and Testing Angular](#building-and-testing-angular)
|
||||
- [Prerequisite Software](#prerequisite-software)
|
||||
- [Development in a Container](#development-in-a-container)
|
||||
- [Experimenting in dev-app](#experimenting-in-dev-app)
|
||||
- [Getting the Sources](#getting-the-sources)
|
||||
- [Installing NPM Modules](#installing-npm-modules)
|
||||
- [Building](#building)
|
||||
|
|
@ -57,6 +58,10 @@ following on your development machine:
|
|||
|
||||
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.
|
||||
|
||||
## Experimenting in dev-app
|
||||
|
||||
For experimentation while developing Angular, consider running the [dev-app](../dev-app/README.md) in this repository.
|
||||
|
||||
**Prerequisites:**
|
||||
|
||||
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
|
||||
|
|
|
|||
Loading…
Reference in a new issue