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

https://github.com/timescale/savannah-pulse

See what LLMs are saying out in the wild.
https://github.com/timescale/savannah-pulse

generative-engine-optimization geo

Last synced: 3 months ago
JSON representation

See what LLMs are saying out in the wild.

Awesome Lists containing this project

README

          

# Savannah Pulse

See what LLMs are saying out in the wild about TigerData and Timescale.

## Getting Started

```bash
npm install
```

You will then need to configure the `.env` file (see `.env.sample` to start).

## Running app

For development:

```bash
docker compose up -d
npm run dev
```

For production:

```bash
npm run start
```