Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 722 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 722 Bytes

IDOL CS TEMP

Starting from 27 Sept 2024, this is the official repository for the idolcs.com website, a better and stable web app shall be developed, till that this shall serve as the official website.

Local development

  1. Clone the github repo

    git clone https://github.com/idolcs/idolcstemp .
  2. Install php dependencies

    composer install
  3. Install node modules

    npm i
  4. Make env file

    cp .env.example .env
  5. Run migrations

    php artisan migrate
  6. Run the node development server

    npm run dev
  7. Run the php server

    php artisan serve