diff --git a/docs/Developer-Reference/adp-portal/ADP Portal.md b/docs/Developer-Reference/adp-portal/ADP Portal.md new file mode 100644 index 0000000..9117108 --- /dev/null +++ b/docs/Developer-Reference/adp-portal/ADP Portal.md @@ -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 +```