Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 594 Bytes

README.md

File metadata and controls

49 lines (41 loc) · 594 Bytes

bone-explorer

AMNH Hackathon Project

Dev Dependencies

  1. PHP ≥5.5.9
  2. Composer
  3. NPM
  4. Bower
  5. Postgres

Installation

Download Packages

cd bone-explorer
composer install
npm install
bower install

Create Config File

cp .env.example .env

Generate an Application Key

php artisan key:generate

Run Migrations

php artisan migrate

Local Development

Update Hosts File

127.0.0.1 bone-explorer.dev

Serve the App

php artisan serve --host=bone-explorer.dev

Watch Assets While Developing

gulp watch