MangoNotes/README.md

16 lines
320 B
Markdown
Raw Normal View History

2022-09-22 11:07:44 +02:00
# 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
```