/ado-dashboard

Primary LanguageJavaScriptMIT LicenseMIT

ADO-Dashboard

Setting it up

Environment Variables

In the directory ./ado-dashboard-backend, create a file called .env with the following contents.

ORGANISATION_URL=https://dev.azure.com/<your_space_name>
PERSONAL_ACCESS_TOKEN=<your_ado_PAT>
PROJECT_NAME=<the_project_name_string>