Skip to content

Commit 57edfb7

Browse files
committed
chore: update readme
1 parent 4902b8b commit 57edfb7

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
## Project scaffold for [Tempest](https://github.com/tempestphp), an MVC micro framework that gets out of your way.
1+
<p align="center">
2+
<a href="https://tempestphp.com">
3+
<img src="https://raw.githubusercontent.com/tempestphp/.github/refs/heads/main/.github/tempest-logo.svg" width="100" />
4+
</a>
5+
</p>
26

3-
```php
4-
composer create-project tempest/app <project-name>
5-
cd <project-name>
6-
php tempest serve
7-
```
8-
9-
Read all about Tempest in [the docs](https://github.com/tempestphp/tempest-docs/blob/master/01-getting-started.md).
7+
<h1 align="center">Tempest scaffold</h1>
8+
<div align="center">
9+
This repository contains the default scaffold for Tempest.
10+
<br />
11+
The source code for the framework itself can be found at <code><a href="https://github.com/tempestphp/tempest-framework">tempestphp/tempest-framework</a></code>.
12+
<br />
13+
<br />
14+
<pre><div align="center">composer create-project tempest/app -s dev &lt;my-app&gt;</div></pre>
15+
<br />
16+
<br />
17+
<sub>
18+
Check out the <a href="https://tempestphp.com">documentation</a>
19+
&nbsp;
20+
·
21+
&nbsp;
22+
Join the <a href="https://tempestphp.com/discord">Discord</a> server
23+
</sub>
24+
</p>

0 commit comments

Comments
 (0)