Skip to content

Commit 2979121

Browse files
committed
Merge branch 'v1-dev' of github.com:modularcode/modular-admin-html into v1-dev
2 parents cede9fc + 56a8eca commit 2979121

File tree

1 file changed

+31
-34
lines changed

1 file changed

+31
-34
lines changed

README.md

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,21 @@
1414

1515
[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.
1616

17+
### Heads up for the ModularAdmin v2!
18+
We're working hard on version 2, which is a complete rewrite.
19+
<a href="https://modularcode.io/modular-admin-html-demo/" target="_blank">V2 demo</a> | <a href="https://github.com/modularcode/modular-admin-html/tree/v2-dev" >V2 code</a>
1720

18-
## Getting Started
21+
**Please consider [supporting us](#support-us) to make this happen!**
1922

20-
### 1. Download
2123

22-
You can download this project in 2 different ways: <a href="https://github.com/modularcode/modular-admin-html/releases" target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
2324

24-
#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases)
2525

26+
## Getting Started
2627

27-
#### Git clone
28+
### 1. [Download ZIP](https://github.com/modularcode/modular-admin-html/releases) or Git Clone
2829

29-
Clone repository to the local `modular-admin-html` folder
3030
```
3131
git clone https://github.com/modularcode/modular-admin-html.git
32-
3332
```
3433
### 2. Build the project
3534

@@ -53,31 +52,12 @@ npm start
5352

5453
Open the project [http://localhost:4000](http://localhost:4000).
5554

56-
> The project is built by Gulp.
57-
5855

5956
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
6057

58+
<br>
6159

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
8161

8262
<br>
8363

@@ -249,7 +229,28 @@ In addition to application files, there are also third party plugin files (e.g.
249229

250230
<br>
251231

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
253254

254255
You can get in touch with us in gitter chat [![Join the chat at https://gitter.im/modularcode/modular-admin](https://badges.gitter.im/Join%20Chat.svg)](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/).
255256
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
258259
* Aram Manukyan | [LinkedIn](https://www.linkedin.com/profile/view?id=AAkAABCehqwBm7aTR7IohpOidW1sVIHMo33U46o)
259260
* David Tigranyan | [LinkedIn](https://www.linkedin.com/profile/view?id=AAkAAAk1QJIB86I-V65l3qtgpTvfrMozBNc4p_8)
260261

261-
## Hire Us?
262-
263-
Do you have a great project? Need theme customization or intagration with back-end? Want to create something awesome?
264-
We may be available for hire. Just drop a message to gevharut[at]gmail.com and let's talk.
265262

266263

267-
## Backers
264+
### Backers
268265

269266
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/modular-admin-html#backer)]
270267

0 commit comments

Comments
 (0)