This is the source code for my web site at (xxxxxx). I have shared it publically to allow clients to inspect my work, and maybe help some new developers along the way with ideas and useful code.
It's still a building site and mix of ideas atm .... pushing hard to get it done in the next (days/weeks/month)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone
composer install
npm install
cp .env.example .env
Update your git token
GITHUB_TOKEN=
php artisan key:generate
php artisan migrate
php artisan mjpweb:setup
or
php artisan mjpweb:demosetup
npm run build
sail up