wsloth / ado-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

License:MIT License


Languages

Language:JavaScript 74.7%Language:TypeScript 23.1%Language:HTML 2.3%