You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its much more fun with the [demo](http://creativeit.github.io/material-dashboard-lite/index.html).
7
+
Its much more fun with the [demo](http://material-angular-dashboard.creativeit.io).
8
8
9
-
Material admin template is absolutely free for commercial usage theme, that uses google's implementation of material design — [Material Design Lite](http://www.getmdl.io) library.
9
+
Material admin template is absolutely free for commercial usage theme, based on Google Material Design guidelines.
10
10
11
11
> **Important**: We are still working on the project and there will be much more awesome, check out our [issues](https://github.com/CreativeIT/material-angular-dashboard/issues) to see what features are coming soon.
12
12
@@ -20,13 +20,13 @@ The steps below will take you through cloning your own fork, installing dependen
2. Open your copied repo folder in terminal and install necessary modules with command:
23
+
2. Open your copied repo folder in terminal and install necessary modules with command, make sure that you have installed [yarn](https://yarnpkg.com/en/docs/install):
24
24
25
25
```bash
26
26
yarn install
27
27
```
28
28
29
-
3._(optional)_Install [angular-cli](https://cli.angular.io/) globally to use its commands in the terminal:
29
+
3. Install [angular-cli](https://cli.angular.io/) globally to use its commands in the terminal:
30
30
31
31
```bash
32
32
yarn global add @angular/cli
@@ -40,11 +40,11 @@ Run `yarn run build` or `ng build` to build the project. The build artifacts wil
40
40
41
41
# FEATURES
42
42
43
-
*[Material Design](http://www.google.com/design/spec/material-design/introduction.html) via [Material Design Lite](http://getmdl.io)
@@ -60,21 +60,21 @@ Run `yarn run build` or `ng build` to build the project. The build artifacts wil
60
60
61
61
Since the project uses [BEM](http://getbem.com) structure with sass, it can be customized in an easy way by editing `src/theme/scss/_variables.scss` file.
62
62
63
-
Google hasn't implemented select element yet ([see why here](http://37.media.tumblr.com/6a9fcffde2da977266b0ea99b15d5803/tumblr_n42cjjsriB1smcbm7o1_400.gif)), that is why the project depends on [getmdl-select plugin](https://github.com/CreativeIT/getmdl-select). Also project uses [d3](https://d3js.org/) and [nvd3](http://nvd3.org/) to build charts and chart components.
63
+
Project uses [d3](https://d3js.org/) and [nvd3](http://nvd3.org/) to build charts and chart components.
64
64
65
65
# Hire us
66
66
67
-
We are ready to bring value to your business. Visit our site [creativeit.io](http://creativeit.io/) or drop us a line <hello@creativeit.io>. We will be happy to help you!
67
+
We are ready to become a strong development partner and bring competitive advantage to your business. Visit our site [creativeit.io](http://creativeit.io/) or drop us a line <hello@creativeit.io>. We will be happy to help you!
68
68
69
69
# Credits
70
70
71
-
UI components built with [Material Design Lite](http://www.getmdl.io).
71
+
Material Angular Dashboard was inspired by [html5 material dashboard](https://github.com/CreativeIT/material-dashboard-lite)
0 commit comments