Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 752 Bytes

getting-setup-without-docker.md

File metadata and controls

49 lines (32 loc) · 752 Bytes

↤ Developer Overview

Getting Setup without Docker

Requirements

Install Dependencies

Using Docker is Super Easy once it's installed, you just need to run the following commands:

npm install
composer install
php artisan key:generate
php artisan config:cache
npm start

Build Website

Now that we have all the dependencies installed, we can build the website:

Build for Development

npm run dev

Build for Production

npm run prod

Accessing the Website

Now you can open your web browser to http://localhost:8000