- Clone the repo
- Install dependancies
composer install
npm install - Modify the .env file according to .example.env to allow access to the database
- Migrate and seed the database with
php artisan migrate
andphp artisan db:seed --class=GreenSpaceSeeder
- Start the development server with
php artisan serve
andnpm run dev