MangoNotes/README.md

18 lines
460 B
Markdown
Raw Permalink Normal View History

2022-09-22 11:07:44 +02:00
# MangoNotes
2022-09-22 11:53:49 +02:00
[![Build Status](https://dr.nightly.town/api/badges/Mangoberry/MangoNotes/status.svg)](https://dr.nightly.town/Mangoberry/MangoNotes)
2022-09-22 11:07:44 +02:00
### Laravel test app
## Instructions (Linux)
2022-10-14 11:16:33 +02:00
First install git, php and composer via your package manager, and then run the following commands:
2022-09-22 11:07:44 +02:00
```
git clone https://tea.nightly.town/Mangoberry/MangoNotes.git
cd MangoNotes/
composer install
cp .env.example .env
php artisan key:generate
php artisan serve
```