Skip to content

Commit df63425

Browse files
committed
improve readme
1 parent 9a19dd0 commit df63425

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# hexlet-slim-example
22

3+
[![PHP CI](https://github.com/hexlet-components/slim-example/actions/workflows/phpci.yml/badge.svg)](https://github.com/hexlet-components/slim-example/actions/workflows/phpci.yml)
4+
5+
Demo: https://slim-example.hexlet.app/
6+
7+
## Requirements
8+
9+
* PHP >=7.4
10+
* Composer
11+
12+
## Usage
13+
14+
```bash
15+
make setup
16+
make start
17+
```
18+
19+
Open in browser: http://localhost:8000
20+
21+
---
322
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=hexlet-slim-example)
423

524
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=hexlet-slim-example).

0 commit comments

Comments
 (0)