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

https://github.com/thesofakillers/continual

🕳️
https://github.com/thesofakillers/continual

Last synced: 4 months ago
JSON representation

🕳️

Awesome Lists containing this project

README

          

## Setup

Install [uv](https://docs.astral.sh/uv/)

Then install the dependencies:

```bash
uv sync
```

To install stuff :

```bash
uv add
```

and then commit pyproject and `uv.lock`

## Usage

Run the interface with

```bash
uv run python web_interface.py
```