Skip to content

Latest commit

 

History

History
executable file
·
15 lines (14 loc) · 239 Bytes

readme.md

File metadata and controls

executable file
·
15 lines (14 loc) · 239 Bytes

Installation

$ composer install
$ npm install

Compiliing assets

Assets are managed using laravels 'Mix' package and can be compiled using

$ npm run dev

Or if you pushing to a live server

$ npm run production