Skip to content

Commit

Permalink
Add bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jan 22, 2021
1 parent ef4115e commit 878e7d4
Show file tree
Hide file tree
Showing 5 changed files with 48,663 additions and 1,327 deletions.
7 changes: 7 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

cp .env.example .env
composer install
npm install
npm run dev
php artisan migrate --seed
Loading

0 comments on commit 878e7d4

Please sign in to comment.