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

https://github.com/openmined/ring


https://github.com/openmined/ring

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# RING

## Pre-requisites

Install uv

On macOS, Linux
```
curl -LsSf https://astral.sh/uv/install.sh | sh
```

## Development

To setup the environment
```
uv venv
```

To run the ring app locally
```
sh ./run.sh
```

To install ring app in editable mode
```
rm -rf /apps/ring

syftbox install app .
```