Skip to content

idolcs/idolcstemp

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published