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

https://github.com/rosvik/cve.li

Frontend for cve.li, a CVE lookup service
https://github.com/rosvik/cve.li

cve nextjs vulnerabilities

Last synced: 6 months ago
JSON representation

Frontend for cve.li, a CVE lookup service

Awesome Lists containing this project

README

          

# cve.li

This is the project files for [cve.li](https://cve.li), a website for browsing CVE data.

### Installation

Clone the repo, then copy `.env.example` to `.env` and populate it with your database credentials. Instructions and code to set up a database is in progress...

Then run `pnpm install` to install dependencies, and `pnpm run dev` to start a development server. (If you don't have pnpm installed, run `corepack enable` to install it.)

248