Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```