This commit is contained in:
array-in-a-matrix 2024-01-16 15:57:34 -05:00
commit 7a01383739

View file

@ -31,6 +31,8 @@ The site should be now accessible at [http://localhost:4321/](http://localhost:4
Build deployable site:
```sh
pnpm exec playwright install
pnpm exec playwright install-deps # or you can manually install the dependencies
pnpm astro build
```