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

https://github.com/johno/ruled

App to create debug grids using css and background properties
https://github.com/johno/ruled

Last synced: about 1 year ago
JSON representation

App to create debug grids using css and background properties

Awesome Lists containing this project

README

          

# ⊟ [ruled](https://ruled.now.sh/)

Mini app to create css debug grids.

##### Built with

- [`ruled`](https://github.com/jxnblk/ruled)
- [`axs`](https://github.com/jxnblk/axs)
- [`cxs`](https://github.com/jxnblk/cxs)
- [`next`](https://github.com/zeit/next.js)

#### Installation

```bash
git clone https://github.com/johnotander/ruled
cd ruled
npm i
npm run dev
open http://localhost:3000
```

#### License

MIT

#### Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

***

> Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).