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

https://github.com/whaaaley/resize.gg

Simple UI that calculates resolutions for different aspect ratios.
https://github.com/whaaaley/resize.gg

Last synced: 12 months ago
JSON representation

Simple UI that calculates resolutions for different aspect ratios.

Awesome Lists containing this project

README

          

# resize.gg (wip)

This project is hosted here https://resize-gg.netlify.app/

# Build and Develop

Notable make targets. See the Makefile for a full list.

```sh
$ make # build for production
$ make start # start the development server
$ make clean # delete /node_modules, /public, /tmp, and package-lock.json
```