@ -10,9 +10,12 @@ You need to have installed `node` and `npm` (or `pnpm`). To setup the project ju
To start the development server run `npm run dev`.
To start the development server run `npm run dev`.
#### Prettier Options
### Editor
È meglio se prima di fare commit il codice sia formattato con Prettier, nel caso di VSCode c'è un'estensione omonima e le opzioni da aggiungere al proprio JSON di impostazioni sono
```json
```json
...
"prettier.printWidth": 100,
"prettier.printWidth": 100,
"prettier.singleQuote": true,
"prettier.singleQuote": true,
"prettier.quoteProps": "consistent",
"prettier.quoteProps": "consistent",
@ -20,6 +23,7 @@ To start the development server run `npm run dev`.