Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dylanatsmith/betterplaceholder

Placeholdit's missing UI
https://github.com/dylanatsmith/betterplaceholder

generator placeholder placeholder-image

Last synced: about 2 hours ago
JSON representation

Placeholdit's missing UI

Awesome Lists containing this project

README

        

# Better Placeholder

Quickly generate custom placeholder images for your design and development projects.

Builds on the fakeimg.pl service.

## Local development

### SCSS

Almost all of the styles come from [Primer CSS](https://primer.style/css) utility classes. There is some custom CSS that gets compiled with Sass along with the third-party dependencies.

1. Install Sass globally: `npm install -g sass` or `brew install sass/sass/sass`
2. Compile manually after changes: `sass scss/main.scss css/main.css`

### JS

V1 of this project was built on CodeKit but when I did V2 I just smashed everything into main.js.