17 lines
395 B
Markdown
17 lines
395 B
Markdown
# Install
|
|
## Prerequisites
|
|
- In order to run this project please install all required software according to the laravel documentation: https://laravel.com/docs/11.x#installing-php
|
|
|
|
## Configuration & installation
|
|
- Make a copy of the .env.example to .env
|
|
- Run the following commands:
|
|
```bash
|
|
composer install && php artisan key:generate && npm i
|
|
```
|
|
|
|
# Run server
|
|
```bash
|
|
composer run dev
|
|
```
|
|
|