Install locally
How to download and start up the project on your own computer.
Tools/Items needed:
Suggestion on extra tools, but up to your own choice:
Steps:
# First time installation:
$ composer install
$ npm install
# Start servers:
$ npm run start
$ php artisan serveLast updated