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

https://github.com/daidr/git-cards


https://github.com/daidr/git-cards

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Git Cards (WIP)

A solution for embedding Git card in static blogs.

## Development / Self Host

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## License

[MIT license](LICENSE).