Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 372 Bytes

qvgds

Qui Veut Gagner Des Shitcoins

Front

Run the following commands :

cd qvgds-front npm install npm run dev

Back

Follow instructions to install & run Sail on your environment : https://laravel.com/docs/9.x/sail#installation

cd qvgds-back ./vendor/bin/sail up -d

When using artisan command always run with :

./vendor/bin/sail artisan {command}