https://github.com/daidr/git-cards
https://github.com/daidr/git-cards
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daidr/git-cards
- Owner: daidr
- License: mit
- Created: 2023-04-07T15:53:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T18:36:57.000Z (about 3 years ago)
- Last Synced: 2025-03-24T12:04:16.367Z (about 1 year ago)
- Language: CSS
- Homepage: https://git-cards-virid.vercel.app
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).