Add instructions for how to do it
continuous-integration/drone/push Build is passing Details

master
nightly 2022-09-22 11:07:44 +02:00
parent 6887bd1a62
commit 72ac426ce8
1 changed files with 16 additions and 1 deletions

View File

@ -1 +1,16 @@
# a
# 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
```