This project will produce a report of the team's velocity in the current sprint.
- Run
npm install
to install the packages needed to run. - Copy the and/or rename the
src/environments/config.sample.ts
file tosrc/environments/config.ts
. - Enter the Organization Name in place of
<REPLACE_WITH_ADO_ORGANIZATION>
. (This is immediatley after the domain name in the URL. e.g.https://dev.azure.com/organizationname
) - Replace
<REPLACE_WITH_ADO_PROJECT>
with the Name or ID of the Project. (This is Organization Name in the URL. e.g.https://dev.azure.com/organizationname/projectname
)
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.