Update dependencies and improve build performance

This commit is contained in:
Bad Manners 2024-07-24 14:22:00 -03:00
parent 688f9b982d
commit f8ac450ab5
6 changed files with 1600 additions and 1715 deletions

View file

@ -15,15 +15,15 @@ Static website built in Astro + Typescript + TailwindCSS.
```bash
git clone https://git.badmanners.xyz/badmanners/gallery.badmanners.xyz
cd gallery.badmanners.xyz
npm install && npm run astro -- sync
npm install && npm run sync
```
### Local development
```bash
npm run dev # Start development server (quit with Ctrl-C)
npm run astro -- sync # Rebuild types from src/content/ files
npm run prettier # Prettier formatting
npm run dev # Start development server (quit with Ctrl-C)
npm run sync # Rebuild types from src/content/ files
npm run prettier # Prettier formatting
```
### Export story for upload