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
Copy file name to clipboardExpand all lines: README.md
+31-34Lines changed: 31 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,21 @@
14
14
15
15
[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.
16
16
17
+
### Heads up for the ModularAdmin v2!
18
+
We're working hard on version 2, which is a complete rewrite.
**Please consider [supporting us](#support-us) to make this happen!**
19
22
20
-
### 1. Download
21
23
22
-
You can download this project in 2 different ways: <ahref="https://github.com/modularcode/modular-admin-html/releases"target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
Open the project [http://localhost:4000](http://localhost:4000).
55
54
56
-
> The project is built by Gulp.
57
-
58
55
59
56
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
60
57
58
+
<br>
61
59
62
-
-------
63
-
64
-
65
-
## Running in Docker
66
-
67
-
To build the container, you need to install docker and docker-compose than launch the docker daemon.
68
-
After launching the daemon run the following commands from the project folder:
69
-
70
-
Build the image
71
-
```
72
-
docker-compose build
73
-
```
74
-
75
-
Launch the container
76
-
```
77
-
docker-compose up
78
-
```
79
-
80
-
-------
60
+
You can also <strong>[run the project in docker](#running-in-docker)</strong> thanks to @japrogramer
81
61
82
62
<br>
83
63
@@ -249,7 +229,28 @@ In addition to application files, there are also third party plugin files (e.g.
249
229
250
230
<br>
251
231
252
-
## Get in touch
232
+
## Running in Docker
233
+
234
+
You can run the project in docker. To build the container, you need to install docker and docker-compose than launch the docker daemon. After launching the daemon run the following commands from the project folder:
235
+
236
+
Build the image
237
+
```
238
+
docker-compose build
239
+
```
240
+
241
+
Launch the container
242
+
```
243
+
docker-compose up
244
+
```
245
+
246
+
247
+
## Support us!
248
+
249
+
### Contribute
250
+
251
+
Be part of our team! Feel free to open new issues/pull-requests.
252
+
253
+
### Get in touch
253
254
254
255
You can get in touch with us in gitter chat [](https://gitter.im/modularcode/modular-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) or in the [ModularCode Facebook Group](https://www.facebook.com/groups/710770032358423/).
255
256
Feel free to contact us with any questions, sugestions, remarks and potential feature requests that you might have.
@@ -258,13 +259,9 @@ Feel free to contact us with any questions, sugestions, remarks and potential fe
0 commit comments