Update to use pnpm instead of npm

This commit is contained in:
2024-09-01 14:01:24 +01:00
parent d471e99f76
commit d24f16b6e9
5 changed files with 1314 additions and 2134 deletions

View File

@@ -5,13 +5,13 @@ This website is a work in progress and subject to change.
## Building
1. `npm install`
1. `pnpm install`
2. `npm run build`
2. `pnpm run build`
## Serving
1. `npm run dev`
1. `pnpm run dev`
## License