Skip to content

HackTheDinos/team-squiz-bone-explorer

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published