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

https://github.com/tab/loki-frontend


https://github.com/tab/loki-frontend

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Loki frontend

## Setup

```sh
docker-compose build
docker-compose run app yarn install
```

## Run

```sh
docker-compose up frontend
```