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

https://github.com/hebilicious/vision-direct


https://github.com/hebilicious/vision-direct

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# How to use

Start the backend server :

```bash
cd backend
yarn dev
```

In another terminal, start the frontend server :

```bash
cd frontend
yarn dev
```

The frontend will automatically query the backend on page load.