Michael's Website
This is the source code for the michaels.website application
Requirements
Installation
- Clone this repository (
git clone git@github.com:mbabker/michaels.website.git michaels.website
) - Copy the
.env.example
file to.env
, the defaults are enough to run the application without changes - Install the PHP dependencies with
composer install
- Generate a new app key with
php artisan key:generate
- Install and compile the front-end dependencies with
npm install && npm run dev
- Ensure your local webserver is set up to run the application (you can use
php artisan serve
to run the in-built PHP web server)