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

https://github.com/benbowes/eft


https://github.com/benbowes/eft

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# EFT

## How to use

Install the dependencies via npm (I prefer pnpm - cause faster)

```bash
npm i
```

To run the development server locally

```bash
npm run dev
```