trotsly / repostatus-webapp

Frontend of repostatus

Home Page:https://repostatus.deepjyoti30.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Frontend of repostatus

https://repostatus.deepjyoti30.dev


Languages

Language:Vue 83.7%Language:SCSS 11.1%Language:JavaScript 2.7%Language:HTML 2.5%