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

https://github.com/marknjunge/ledger-website


https://github.com/marknjunge/ledger-website

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ledger

https://ledger.marknjunge.com/

## Commands

### Live reload

```bash
yarn start:dev
```

This will start a live server at http://localhost:3000

### Production build

```bash
yarn build
```