feat: initializes prettier

This commit is contained in:
Dennis Schoepf 2026-02-16 22:01:20 +01:00
parent 51c42eb80d
commit 0c4f160800
10 changed files with 2547 additions and 1484 deletions

View file

@ -32,9 +32,9 @@ To learn more about the folder structure of an Astro project, refer to [our guid
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |