Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 415 Bytes

friendsofpresta

Mini site ecommerce solidaire

Start project on local

If you already have php/mysql/npm, don't launch docker stuff.

  1. docker-compose build --no-cache --pull
  2. docker-compose up -d
  3. docker-compose exec web bash
  4. composer install
  5. npm i
  6. npm run dev
  7. php artisan migrate
  8. Rename .env.exemple to .env
  9. Open http://localhost

Compilation sass/js

  1. npm run dev