Clone the Repository
git clone git@github.com:tallapps/docs-starter.git
Install Dependencies
composer install
Copy and Configure the .env File
cp .env.example .env
Generate the application key:
php artisan key:generate
Install NPM Dependencies
npm install && npm run build
Link images to storage
php artisan storage:link
Run the Application
php artisan serve