AMNH Hackathon Project
- PHP ≥5.5.9
- Composer
- NPM
- Bower
- Postgres
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
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