SHARK: Shopify app rapid-development kit
I am building this as starting point for all my future Shopify apps
Installation
You can clone the repository:
git clone https://github.com/niveshsaharan/shark.gitOr Use this template to generate a project directly from this template.
Setup
- Clone/Use this template
- Run
composer install - Run
npm install - Run
npm run dev - Run
php artisan migrate
Admin
Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com
Once you have the licence, you can run following command to install it:
php artisan shark:admin:installCreate an admin user by running following command:
php artisan shark:admin:userTesting
composer testChangelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email hey@nive.sh instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.