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
Open <http://localhost:8000/> and add parameters to run the project locally.
156
-
157
-
### Running the tests
158
-
159
-
Before you can run tests, PHPUnit must be installed. You can install it using Composer by running the following command.
160
-
161
-
```bash
162
-
composer install
163
-
```
164
-
165
-
Run the following command to run the PHPUnit test script which will verify that the tested functionality is still working.
166
-
167
-
```bash
168
-
composer test
169
-
```
121
+
Refer to [CONTRIBUTING.md](/CONTRIBUTING.md) for more details on contributing, installing requirements, and running the application.
170
122
171
123
## 🙋♂️ Support
172
124
@@ -186,9 +138,7 @@ composer test
186
138
Made with ❤️ and PHP
187
139
188
140
<!-- markdownlint-disable MD033 -->
189
-
190
141
<ahref="https://heroku.com/"><imgalt="Powered by Heroku"title="Powered by Heroku"src="https://img.shields.io/badge/-Powered%20by%20Heroku-6567a5?style=for-the-badge&logo=heroku&logoColor=white"/></a>
191
-
192
142
<!-- markdownlint-enable MD033 -->
193
143
194
144
This project uses [Twemoji](https://github.com/twitter/twemoji), published under the [CC-BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)
0 commit comments