File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Make sure your request is meaningful and you have tested the app locally before
11
11
12
12
* [ PHP 7.4+] ( https://www.apachefriends.org/index.html )
13
13
* [ Composer] ( https://getcomposer.org )
14
+ * [ Imagick] ( https://www.php.net/imagick )
14
15
15
16
#### Linux
16
17
@@ -51,6 +52,13 @@ putenv("TOKEN=ghp_example123");
51
52
putenv("USERNAME=DenverCoder1");
52
53
```
53
54
55
+ ### Install dependencies
56
+ Run the following command to install all the required dependencies to work on this project.
57
+
58
+ ``` bash
59
+ composer install
60
+ ```
61
+
54
62
### Running the app locally
55
63
56
64
``` bash
@@ -63,12 +71,6 @@ Open http://localhost:8000/demo/ to run the demo site
63
71
64
72
### Running the tests
65
73
66
- Before you can run tests, PHPUnit must be installed. You can install it using Composer by running the following command.
67
-
68
- ``` bash
69
- composer install
70
- ```
71
-
72
74
Run the following command to run the PHPUnit test script which will verify that the tested functionality is still working.
73
75
74
76
``` bash
Original file line number Diff line number Diff line change 18
18
19
19
## ⚡ Quick setup
20
20
21
- 1 . Install the package with ` composer install `
22
- 2 . Copy-paste the markdown below into your GitHub profile README
23
- 3 . Replace the value after ` ?user= ` with your GitHub username
21
+ 1 . Copy-paste the markdown below into your GitHub profile README
22
+ 2 . Replace the value after ` ?user= ` with your GitHub username
24
23
25
24
``` md
26
25
[](https://git.io/streak-stats)
@@ -214,6 +213,13 @@ git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
214
213
cd github-readme-streak-stats
215
214
```
216
215
216
+ ### Install dependencies
217
+ Run the following command to install all the required dependencies to work on this project.
218
+
219
+ ``` bash
220
+ composer install
221
+ ```
222
+
217
223
### Authorization
218
224
219
225
To get the GitHub API to run locally you will need to provide a token.
@@ -240,12 +246,6 @@ Open <http://localhost:8000/demo/> to run the demo site.
240
246
241
247
### Running the tests
242
248
243
- Before you can run tests, PHPUnit must be installed. You can install it using Composer by running the following command.
244
-
245
- ``` bash
246
- composer install
247
- ```
248
-
249
249
Run the following command to run the PHPUnit test script which will verify that the tested functionality is still working.
250
250
251
251
``` bash
You can’t perform that action at this time.
0 commit comments