Umbrella rules
- Mobile-first Design: Design for mobile, then use
@media
for larger display (>720px).
- DRY
- Use
_Layout.php
repeating Web GUI elements
- Use
helpers/
reapting components
- Use
lib/
repeating logics
- If it works, don’t add attributes to elements, and dont nested them.
Branch
- Branch names pattern:
<username>
–<task_slug_name>
- Label your WIPs
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