Run prettier in all files

This commit is contained in:
prototypa
2022-08-10 18:40:54 -04:00
parent 7d1a1ca31b
commit 3bb66c7060
22 changed files with 925 additions and 334 deletions

View File

@ -23,7 +23,6 @@ A template to make your website using Astro + Tailwind CSS.
- 100 SEO
- Production ready Google PageSpeed Insights
<br>
## 🚀 Project Structure
@ -64,7 +63,7 @@ Any static assets, like images, can be placed in the `public/` directory.
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:---------------- |:-------------------------------------------- |
| :---------------- | :------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |