feat: initializes prettier
This commit is contained in:
parent
51c42eb80d
commit
0c4f160800
10 changed files with 2547 additions and 1484 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue