Skip to content

ruelperez/ruel-portfolio

Repository files navigation

My Portfolio

Download and install the following tools:

Installation

  1. Clone or download this repository ruel-porfolio
  2. Open the cloned project in your code editor.
  3. Open terminal and execute the following commands:

Install Backend dependencies:

composer install

Install Frontend dependencies:

npm install

Create Environment File:

cp .env.example .env

Generate Application Key:

php artisan key:generate

Compile Assets:

npm run dev

Serve the Application:

php artisan serve

Production

Technologies Used

Releases

No releases published

Packages

No packages published

Languages