-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DevOps
committed
Feb 23, 2024
1 parent
92f7e16
commit abb15c7
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Azure Developer Platform Portal (ADP) | ||
|
||
The Azure Development Platform Portal built using [Backstage](https://backstage.io/). | ||
|
||
The Portal enables users to self service by providing the functionality below. | ||
|
||
- Onboard delivery programmes, projects and users onto the ADP Platform | ||
- Enable Developers to create microservices using software templates based on GDS standards | ||
|
||
|
||
## Getting Started | ||
|
||
Include instructions for getting the project set up locally. This may include steps to install dependencies, configure the development environment, and run the project. | ||
|
||
```sh | ||
yarn install | ||
yarn dev | ||
``` |