Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 1.23 KB

README.md

File metadata and controls

86 lines (53 loc) · 1.23 KB

logo-chrome

MJP Web Site

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)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Clone the repo

git clone

Using sail ?

Install dependencies

composer install
npm install

Create and edit a .env file

cp .env.example .env

Update your git token

GITHUB_TOKEN=

Generate an app encryption key

php artisan key:generate

Run migrations

php artisan migrate

Setup default database seed

php artisan mjpweb:setup

or

php artisan mjpweb:demosetup

Run the build

npm run build

Run the server

sail up

Documentation