/training-collection-app

Web application to browse bioinformatics training material on GitHub

Primary LanguageR

training-collection-app

Web application to browse bioinformatics training material on GitHub.

The code should work 'of the shelf'. The only thing you need to add to the repo base directory is a file called .env.R with the following contents:

GITHUB_PAT="<an appropriate github personal access token>"
GITHUB_USER="<your github username>"

Find out more about generating a PAT here. You don't need to select any scopes for this PAT.