16 lines
320 B
Markdown
16 lines
320 B
Markdown
# MangoNotes
|
|
|
|
### Laravel test app
|
|
|
|
## Instructions (Linux)
|
|
|
|
First install git, php and composer via your package manager, and 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
|
|
``` |