https://github.com/katt/mazon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/katt/mazon
- Owner: KATT
- Created: 2014-02-06T15:12:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T17:00:01.000Z (over 11 years ago)
- Last Synced: 2024-10-04T16:41:32.928Z (over 1 year ago)
- Language: JavaScript
- Size: 984 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mazon JS
===
Masonry component similar, but not identical (and way simpler), to [jQuery isotope](http://isotope.metafizzy.co/), without dependency on jQuery or any other JavaScript framework.
Sometimes it's easier building it yourself than to get a third party component approved.
*DEVELOPMENT UNDER PROCESS*

## Languages
* JavaScript
* CSS
## Dependencies / tools
* node
* [gulp.js](http://gulpjs.com/)
* [Browserify](http://browserify.org/)
## Usage
### Installation
*Assuming you have or know how to install [npm](https://npmjs.org/).*
Install gulp
```
npm install -g gulp
```
Install project dependencies
```
npm install
```
### Run project:
```
gulp
```
## Demo
See `build/index.html`
## Configuration
-
## Documentation
-
## Team
* Developer: [Alex / Ajax / Gordo](https://github.com/KATT)