Skip to content

Commit 03941e7

Browse files
committed
Update README.md
1 parent 7fbf6ba commit 03941e7

1 file changed

Lines changed: 26 additions & 30 deletions

File tree

README.md

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,30 @@
1515
</p>
1616
[ModularAdmin](http://modularcode.github.io/modular-admin-html/) is an open source dashboard theme built in a modular way. That makes it extremely easy to scale, modify and maintain.
1717

18+
### Other versions
19+
20+
This is the HTML version, which is great for enhancing and integrating it into other platforms and environments.
21+
AngularJS, Angular2, React and Meteor versions are coming soon.
22+
23+
## Download
24+
25+
You can download this project in 2 different ways: <a href="https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0-beta/modular-admin-html-v1.0.0-beta.zip" target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
26+
27+
#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0-beta/modular-admin-html-v1.0.0-beta.zip)
28+
29+
The downloaded zip file will contain ```dist/``` folder which is compiled version of the project (with all scripts are merged together, processed styles and templates). You can use it as final result, but for development you should use aplication sources locaed in ```src/``` folder and rebuild the project. See [development](#development).
30+
31+
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
32+
33+
#### Git clone
34+
35+
Clone repository to the local `modular-admin-html` folder
36+
```
37+
git clone https://github.com/modularcode/modular-admin-html.git
38+
```
39+
40+
The cloned repository desn't contain prebuilt version of the project and you need to build it, See [development](#development).
41+
1842
### Main features
1943

2044
* HTML5 + CSS3 with FlexBox
@@ -25,15 +49,10 @@
2549
* Gulp
2650
* Bower
2751

28-
### Other versions
29-
30-
This is the HTML version, which is great for enhancing and integrating it into other platforms and environments.
31-
AngularJS, Angular2, React and Meteor versions are coming soon.
3252

3353
### Table of contents
3454

3555
* [Browser support](#browser-support)
36-
* [Download](#download)
3756
* [Development](#development)
3857
* [Folder structure](#folder-structure)
3958
* [File types](#file-types)
@@ -52,34 +71,11 @@ AngularJS, Angular2, React and Meteor versions are coming soon.
5271
Some of the components use the new Flexbox Layout module which is available in most modern browsers. Bootstrap4 is used as main framework. Please make sure that it's suitable for you: [Flexbox browser support](http://caniuse.com/#feat=flexbox).
5372

5473
<br>
55-
## Download
56-
57-
You can download this project in 2 different ways: <a href="https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0-beta/modular-admin-html-v1.0.0-beta.zip" target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
58-
59-
#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0-beta/modular-admin-html-v1.0.0-beta.zip)
60-
61-
The downloaded zip file will contain ```dist/``` folder which is compiled version of the project (with all scripts are merged together, processed styles and templates). You can use it as final result, but for development you should use aplication sources locaed in ```src/``` folder and rebuild the project. See [development](#development).
62-
63-
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
64-
65-
#### Git clone
66-
67-
Clone repository to the local `modular-admin-html` folder
68-
```
69-
git clone https://github.com/modularcode/modular-admin-html.git
70-
```
71-
72-
Change to the new folder
73-
```
74-
cd modular-admin-html
75-
```
76-
77-
The cloned repository desn't contain prebuilt version of the project and you need to build it, See [development](#development).
78-
7974
## Development
8075

8176
For building the application, you need to have [NodeJs](https://nodejs.org/en/) with npm. You also need to have [Bower](http://bower.io/) installed globally.
82-
From the project folder run the following commands:
77+
78+
After [downloading](#download) run the following commands from the project folder:
8379

8480
Install bower globally
8581
```

0 commit comments

Comments
 (0)