MangoNotes/README.md

460 B

MangoNotes

Build Status

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