# Skamcraft ## Start * Start with Live Server in VSCode to get full functionnality. * Start with php : ``` bash cd /.../Skamcraft php -S 127.0.0.1:80 ``` ## Norm * ``` ; ``` at the end of each line. * snake_case for functions and variables. * UpperCamelCase for Classes. * Whole project in English.