Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youknowriad/codevitals


https://github.com/youknowriad/codevitals

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CodeVitals

Follow the performance metrics of your codebase.

## Setup

To run the application locally, you need a planetscale database setup and a `.env.local` file with the following variables:

```bash
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_SECRET=random
DATABASE_URL=mysql://:@/?ssl={"rejectUnauthorized":true}
```