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.
-
Clone the github repo
git clone https://github.com/idolcs/idolcstemp .
-
Install php dependencies
composer install
-
Install node modules
npm i
-
Make env file
cp .env.example .env
-
Run migrations
php artisan migrate
-
Run the node development server
npm run dev
-
Run the php server
php artisan serve