MangoNotes/README.md

455 B

MangoNotes

Build Status

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