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
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ with. This is meant as a starting point. Change things as need it.
7
7
8
8
## Getting Started
9
9
10
-
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
10
+
These instructions will get you a copy of the project up and running on your local machine for development purposes.
11
11
12
12
### Prerequisites
13
13
14
-
What things you need to install the software and how to install them
14
+
In order to create a new project, you will need to have install:
15
15
16
-
```
17
-
Give examples
18
-
```
16
+
* PHP 7.3 or up (this is only for creating the project)
17
+
* Composer
18
+
* Lando
19
19
20
20
### Installing
21
21
@@ -31,7 +31,8 @@ In order to start the project run:
31
31
lando start
32
32
```
33
33
34
-
This will install your Drupal project. If there are any configuration files available, it will install Drupal with those configurations.
34
+
This will install your Drupal project. If there are any configuration files available, it will install Drupal with those
0 commit comments