18 lines
460 B
Markdown
18 lines
460 B
Markdown
# MangoNotes
|
|
|
|
[![Build Status](https://dr.nightly.town/api/badges/Mangoberry/MangoNotes/status.svg)](https://dr.nightly.town/Mangoberry/MangoNotes)
|
|
|
|
### Laravel test app
|
|
|
|
## Instructions (Linux)
|
|
|
|
First install git, php and composer via your package manager, and then run the following commands:
|
|
|
|
```
|
|
git clone https://tea.nightly.town/Mangoberry/MangoNotes.git
|
|
cd MangoNotes/
|
|
composer install
|
|
cp .env.example .env
|
|
php artisan key:generate
|
|
php artisan serve
|
|
``` |