From 8bdfbc6ddc1080c3e0c279ad92c19e47b25fd3bd Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 29 Jun 2017 14:45:24 -0400 Subject: Add templates and static assets for materialize --- app/dispatch/static/materialize/README.md | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app/dispatch/static/materialize/README.md (limited to 'app/dispatch/static/materialize/README.md') diff --git a/app/dispatch/static/materialize/README.md b/app/dispatch/static/materialize/README.md new file mode 100644 index 0000000..4dc0d04 --- /dev/null +++ b/app/dispatch/static/materialize/README.md @@ -0,0 +1,43 @@ +![Materialize logo](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif) +=========== + +[![Travis CI badge](https://travis-ci.org/Dogfalo/materialize.svg?branch=master)](https://travis-ci.org/Dogfalo/materialize) +[![npm version badge](https://badge.fury.io/js/materialize-css.svg)](https://badge.fury.io/js/materialize-css) +[![dependencies Status badge](https://david-dm.org/Dogfalo/materialize/status.svg)](https://david-dm.org/Dogfalo/materialize) +[![devDependency Status badge](https://david-dm.org/Dogfalo/materialize/dev-status.svg)](https://david-dm.org/Dogfalo/materialize#info=devDependencies) +[![Gitter badge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + +[Materialize](http://materializecss.com/), a CSS Framework based on material design + +### Current Version : v0.99.0 + +## Sass Requirements: +- Ruby Sass 3.3+, LibSass 0.6+ + +## Supported Browsers: +Chrome 35+, Firefox 31+, Safari 7+, IE 10+ + +## Quickstart: +Read the [Getting started page](http://materializecss.com/getting-started.html) for more information about the framework, templates and how to use materialize can be found on the [materializecss website](http://materializecss.com) + +- [Download the latest release](https://github.com/Dogfalo/materialize/releases/latest) directly from GitHub +- Clone the repo: `git clone https://github.com/Dogfalo/materialize.git` +- Include the files via [cdnjs](https://cdnjs.com/libraries/materialize). More [here](http://materializecss.com/getting-started.html) +- Install with [npm](https://www.npmjs.com): `npm install materialize-css` +- Install with [Bower](https://bower.io): `bower install materialize` + +## Compiling Files +- `npm install` +- `grunt monitor`, this will compile .scss, .js., .jade files. + +## Changelog +For changelogs, check out [the Releases section of materialize](https://github.com/Dogfalo/materialize/releases) or the [CHANGELOG.md](CHANGELOG.md) + +## Testing +We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](https://docs.google.com/document/d/1dVM6qGt_b_y9RRhr9X7oZfFydaJIEqB9CT7yekv-4XE/edit?usp=sharing) + +## Contributing +[Please read CONTRIBUTING.md for more information](CONTRIBUTING.md) + +## Translation +If you want to help us translate the documentation into other languages, please send us an email at materializeframework@gmail.com telling us which language team you want to join. We use [Transifex](https://www.transifex.com) as our localization platform and we will send you an invite there. -- cgit v1.2.3