Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youknowriad/codevitals
https://github.com/youknowriad/codevitals
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/youknowriad/codevitals
- Owner: youknowriad
- Created: 2021-07-23T19:53:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:11:07.000Z (4 months ago)
- Last Synced: 2024-10-16T00:39:53.296Z (2 months ago)
- Language: JavaScript
- Homepage: vercel-integration-example-two.vercel.app
- Size: 429 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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}
```