alan-turing-institute / nowwhat

Provide an overview of which projects REG are doing right now, reimagination of whatnow
MIT License
0 stars 0 forks source link

Now What?

REG project tracking tool

Reimagination of whatnow, also borrowing from whatnext.

Prerequisites

Run dotnet tool restore and then dotnet paket restore.

Setup

Git config

Run script/dev-setup.sh from project root.

App configuration

The app needs the following information to authenticate to the GitHub and Forecast APIs.

Set via config file

{
  "gitHubToken": "<NOWWHAT_GITHUB_TOKEN>",
  "forecastId": "<FORECAST_ID>",
  "forecastToken": "<NOWWHAT_FORECAST_TOKEN>"
}

Set via environment variables

How to store sensitive environment variables on MacOS may be useful.

Building and running

To build or run, in the NowWhat folder run:

dotnet build
dotnet run

Testing

See testing guidelines.

Writing documentation

See