Find the wireframes here. The wireframes were created by an awesome UI designer known as Muhammad Abdurrahman.
-
Clone this repo
git clone https://github.com/student-ambassadors-futo/laravel-vue-app.git
-
Create a mysql/mariadb database with DB name hnr-ecommerce
mysql -uroot # in db repl CREATE DATABASE hnr_ecommerce;
-
Run migrations
php artisan migrate
-
Install dependencies
npm install
-
Generate an app key
php artisan key:generate
-
Run the server
php artisan serve
- Pick an issue
- Develop that issue
- Make a PR
