You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
 

15 lines
311 B

# 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.