Skip to content

trotsly/repostatus-webapp

Repository files navigation

repostatus logo

Get Happiness status of your repo



Status of repostatus

What we do?

We consider various parts of the repo like commit messages, comments on issues, pulls etc and run a sentiment analysis engine on the data in order to find out the happiens status.

Run the web app locally

npm i && npm run serve

Environment files

In order to make sure the app runs properly, you'll need to pass an .env file.

If you want to run the app on production (npm run build), create the file as .env.production.local. If you want to run it locally (npm run serve), create teh file as .env.development.local.

The file should contain the following variables

VUE_APP_CLIENT_ID=<github client id>
VUE_APP_JWT_SECRET=<jwt secret>