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

https://github.com/jayllyz/leitner

clean code projet
https://github.com/jayllyz/leitner

bun

Last synced: 8 months ago
JSON representation

clean code projet

Awesome Lists containing this project

README

          

# Leitner

Install Bun:

```sh
curl -fsSL https://bun.sh/install | bash
```

To install dependencies:

```sh
bun install --save-text-lockfile
```

To run:

```sh
bun run dev
```

open `http://localhost:3000`