Update dependencies and improve build performance
This commit is contained in:
parent
688f9b982d
commit
f8ac450ab5
6 changed files with 1600 additions and 1715 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue