https://github.com/tamdaz/tempest-model
Model that allows to start the Tempest project from this template
https://github.com/tamdaz/tempest-model
project tempest template
Last synced: 2 months ago
JSON representation
Model that allows to start the Tempest project from this template
- Host: GitHub
- URL: https://github.com/tamdaz/tempest-model
- Owner: tamdaz
- Created: 2026-02-28T16:57:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T13:33:02.000Z (3 months ago)
- Last Synced: 2026-03-28T16:33:36.814Z (3 months ago)
- Topics: project, tempest, template
- Language: PHP
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tempest-model
This is the Tempest model, a project that can be used to create other projects without having to start from scratch. This enables to me to create projects with my own style and structure, and to reuse code that I have already written.
## Usage
To use the Tempest model, clone the repository and create a new project using the `tempest` command. For example:
```bash
git clone --depth 1 https://github.com/tamdaz/tempest-model my-project
cd my-project
```
> You can name your project whatever you want.
Then, you have to install dependencies:
```bash
composer install
```
And run the server:
```bash
php tempest serve
```
Go to `http://localhost:8000` in your browser.