# 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. * snack_case for functions and variables. * UpperCamelCase for Classes. * all in english.