DSACMS / open

Other
2 stars 1 forks source link

DSAC Open Source Website

Setup

Create a GitHub personal access token (both "classic" or "fine-grained" OK; any token will do, don't grant it any permissions). Create a .env file containing the following:

GITHUB_TOKEN=[token_here]

Then run:

npm install
npm start