Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 250 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 250 Bytes

수유리콜라보 - 사서고생

이 사이트는 Laravel과 Vue를 사용하여 만들었습니다.

Installing

  • cp .env.example .env
  • php artisan key:generate
  • composer install
  • npm install && npm run dev
  • php artisan serve