Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarf005/gitsplash
Convert any GitHub repository to an image gallery
https://github.com/scarf005/gitsplash
Last synced: about 1 month ago
JSON representation
Convert any GitHub repository to an image gallery
- Host: GitHub
- URL: https://github.com/scarf005/gitsplash
- Owner: scarf005
- Created: 2024-12-02T15:51:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-02T15:51:51.000Z (about 1 month ago)
- Last Synced: 2024-12-08T09:30:04.202Z (about 1 month ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitSplash: Convert any GitHub repository to an image gallery
![alt text](image.webp)
## Running
You need to have Deno v2.0.0 or later installed to run this repo.
Start a dev server:
```sh
$ deno task dev
```## Deploy
Build production assets:
```
$ deno task build
```