Site icon Gordarg Blog

Front-end Contribution

Umbrella rules

  1. Mobile-first Design: Design for mobile, then use @media for larger display (>720px).
  2. DRY
    • Use _Layout.php repeating Web GUI elements
    • Use helpers/ reapting components
    • Use lib/ repeating logics
  3. If it works, don’t add attributes to elements, and dont nested them.

Branch

PHP Installation

https://grrg.ir/167

apt install php

Clone

git clone https://git.gordarg.com/arad/website <PROJECT_DIR>

Pull

cd <PROJECT_DIR>
git submodule update --init --remote --recursive
git pull --recurse-submodules --jobs=10

Setup configuration

cp app/core/Config.php.sample app/core/Config.php
nano app/core/Config.php

Launch

php -S 127.0.0.1:8000
Exit mobile version