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
- Host: GitHub
- URL: https://github.com/johno/ruled
- Owner: johno
- License: mit
- Created: 2016-11-15T21:54:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T03:23:36.000Z (over 9 years ago)
- Last Synced: 2025-03-29T19:51:10.938Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ruled.now.sh/
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)).