225-248-0035

Note: If you have already set up the website repo locally then you should pull the changes down before making updates

Download Repo

  • Visit https://github.com/modiphy
  • Search for and navigate to the corresponding site repo
  • Copy clone repo link from Code button using SSH version
Open your terminal, navigate to your Sites folder and run the following commands

sites
git clone {REPO_LINK}
cd {FOLDER_NAME}

Install and setup the website locally

  • Run the following commands in your terminal

composer install --optimize-autoloader
npm install
cp .env.example .env
php artisan key:generate

Open folder in your code editor

View the website in your browser

Visit {foldername}.test
ex: yourdomainname.test