Skip to content

Commit 4033a17

Browse files
authored
Update README.md
1 parent d5786a0 commit 4033a17

File tree

1 file changed

+17
-31
lines changed

1 file changed

+17
-31
lines changed

README.md

Lines changed: 17 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,10 @@
1717

1818
## Getting Started
1919

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

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 ```.
23-
24-
#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases)
25-
26-
27-
#### Git clone
28-
29-
Clone repository to the local `modular-admin-html` folder
3022
```
3123
git clone https://github.com/modularcode/modular-admin-html.git
32-
3324
```
3425
### 2. Build the project
3526

@@ -53,31 +44,12 @@ npm start
5344

5445
Open the project [http://localhost:4000](http://localhost:4000).
5546

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

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

50+
<br>
6151

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-
-------
52+
You can also [run the project in docker](#running-in-docker)
8153

8254
<br>
8355

@@ -249,6 +221,20 @@ In addition to application files, there are also third party plugin files (e.g.
249221

250222
<br>
251223

224+
## Running in Docker
225+
226+
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:
227+
228+
Build the image
229+
```
230+
docker-compose build
231+
```
232+
233+
Launch the container
234+
```
235+
docker-compose up
236+
```
237+
252238
## Get in touch
253239

254240
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/).

0 commit comments

Comments
 (0)