Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micrum committed Jul 20, 2015
1 parent d0c18ef commit 2a5ca07
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Angular material admin dashboard
# Angular Material Dashboard

This application based on [Angular Material](https://github.com/angular/material).
Responsive Angular admin dashboard with material design based on
[Angular Material](https://github.com/angular/material).

Check out [DEMO](http://flatlogic.github.io/angular-material-dashboard/site/)

Expand All @@ -17,9 +18,29 @@ Install dependencies:
Run development web-server:

$ gulp serve


## Features

* AngularJS
* Angular UI Router
* Angular Material
* Sass styles
* Gulp build
* Stylish, clean, responsive layout with original design
* BrowserSync for the ease of development

## Project structure

Project structure based on [gulp-angular yeoman generator](https://github.com/Swiip/generator-gulp-angular).
If you have any questions about the build or project structure please check out their documentation.

## Build to Github pages

* Merge *master* to *gh-pages*
* run `gulp build`
* Push *gh-pages* branch to remote origin

## Community
- [Tweet about it](https://twitter.com/intent/tweet?text=Angular%20Material%20Dashboard%20https://github.com/flatlogic/angular-material-dashboard%20via%20@flatlogicinc) to support revolution in classic paid templates market.
- Follow [@flatlogicinc on Twitter](https://twitter.com/flatlogicinc).
- Subscribe to Flatlogic newsletter at [flatlogic.com](http://flatlogic.com/)
4 changes: 4 additions & 0 deletions src/app/stylesheets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ md-radio-button.md-accent.md-checked .md-label span {
color: $accent-color;
}

.md-toolbar-tools h1 {
font-size: $font-size-large;
}

// libs overrides
.material-icons {
vertical-align: middle;
Expand Down
15 changes: 0 additions & 15 deletions src/assets/images/user.svg

This file was deleted.

0 comments on commit 2a5ca07

Please sign in to comment.