Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 982 Bytes

README.md

File metadata and controls

63 lines (42 loc) · 982 Bytes

The Source Code of HeaderX Charter!

Tests Styling Linting

Installation

Install Dependencies

composer install
npm install && npm run dev

Configure Environment

First copy .env.example to .env

cp .env.example .env

Then edit database configurations to match your local setup

Run Migrations

php artisan migrate

Next you must cache the icons

php artisan icon:cache

Then install the icons

php artisan buku-icons:install

After that is finished you can generate an app key

php artisan key:generate

Run Tests

php artisan test

And finally serve your application!

php artisan serve